| 1 | using System; |
| |
| 2 | using System.Runtime.InteropServices; |
| |
| 3 | using AK.Wwise; |
| |
| 4 | using Cpp2ILInjected.CallAnalysis; |
| |
| 5 | |
| |
| 6 | internal class AkSoundEnginePINVOKE |
| |
| 7 | { |
| |
| 8 | [DeduplicatedMethod] |
| |
| 9 | [CallerCount(Count = 7)] |
| |
| 10 | static AkSoundEnginePINVOKE() |
| |
| 11 | { |
| |
| 12 | } |
| |
| 13 | |
| |
| 14 | [PreserveSig] |
| |
| 15 | [CallerCount(Count = 0)] |
| |
| 16 | [CallsUnknownMethods(Count = 1)] |
| |
| 17 | public static extern uint CSharp_AK_SOUNDBANK_VERSION_get(); |
| |
| 18 | |
| |
| 19 | [PreserveSig] |
| |
| 20 | [CallerCount(Count = 0)] |
| |
| 21 | [CallsUnknownMethods(Count = 1)] |
| |
| 22 | public static extern void CSharp_AkAudioSettings_uNumSamplesPerFrame_set(IntPtr jarg1, uint jarg2); |
| |
| 23 | |
| |
| 24 | [PreserveSig] |
| |
| 25 | [CallerCount(Count = 0)] |
| |
| 26 | [CallsUnknownMethods(Count = 1)] |
| |
| 27 | public static extern uint CSharp_AkAudioSettings_uNumSamplesPerFrame_get(IntPtr jarg1); |
| |
| 28 | |
| |
| 29 | [PreserveSig] |
| |
| 30 | [CallerCount(Count = 0)] |
| |
| 31 | [CallsUnknownMethods(Count = 1)] |
| |
| 32 | public static extern void CSharp_AkAudioSettings_uNumSamplesPerSecond_set(IntPtr jarg1, uint jarg2); |
| |
| 33 | |
| |
| 34 | [PreserveSig] |
| |
| 35 | [CallerCount(Count = 0)] |
| |
| 36 | [CallsUnknownMethods(Count = 1)] |
| |
| 37 | public static extern uint CSharp_AkAudioSettings_uNumSamplesPerSecond_get(IntPtr jarg1); |
| |
| 38 | |
| |
| 39 | [PreserveSig] |
| |
| 40 | [CallerCount(Count = 0)] |
| |
| 41 | [CallsUnknownMethods(Count = 1)] |
| |
| 42 | public static extern IntPtr CSharp_new_AkAudioSettings(); |
| |
| 43 | |
| |
| 44 | [PreserveSig] |
| |
| 45 | [CallerCount(Count = 0)] |
| |
| 46 | [CallsUnknownMethods(Count = 1)] |
| |
| 47 | public static extern void CSharp_delete_AkAudioSettings(IntPtr jarg1); |
| |
| 48 | |
| |
| 49 | [PreserveSig] |
| |
| 50 | [CallerCount(Count = 0)] |
| |
| 51 | [CallsUnknownMethods(Count = 1)] |
| |
| 52 | public static extern void CSharp_AkVector_Zero(IntPtr jarg1); |
| |
| 53 | |
| |
| 54 | [PreserveSig] |
| |
| 55 | [CallerCount(Count = 0)] |
| |
| 56 | [CallsUnknownMethods(Count = 1)] |
| |
| 57 | public static extern void CSharp_AkVector_X_set(IntPtr jarg1, float jarg2); |
| |
| 58 | |
| |
| 59 | [PreserveSig] |
| |
| 60 | [CallerCount(Count = 0)] |
| |
| 61 | [CallsUnknownMethods(Count = 1)] |
| |
| 62 | public static extern float CSharp_AkVector_X_get(IntPtr jarg1); |
| |
| 63 | |
| |
| 64 | [PreserveSig] |
| |
| 65 | [CallerCount(Count = 0)] |
| |
| 66 | [CallsUnknownMethods(Count = 1)] |
| |
| 67 | public static extern void CSharp_AkVector_Y_set(IntPtr jarg1, float jarg2); |
| |
| 68 | |
| |
| 69 | [PreserveSig] |
| |
| 70 | [CallerCount(Count = 0)] |
| |
| 71 | [CallsUnknownMethods(Count = 1)] |
| |
| 72 | public static extern float CSharp_AkVector_Y_get(IntPtr jarg1); |
| |
| 73 | |
| |
| 74 | [PreserveSig] |
| |
| 75 | [CallerCount(Count = 0)] |
| |
| 76 | [CallsUnknownMethods(Count = 1)] |
| |
| 77 | public static extern void CSharp_AkVector_Z_set(IntPtr jarg1, float jarg2); |
| |
| 78 | |
| |
| 79 | [PreserveSig] |
| |
| 80 | [CallerCount(Count = 0)] |
| |
| 81 | [CallsUnknownMethods(Count = 1)] |
| |
| 82 | public static extern float CSharp_AkVector_Z_get(IntPtr jarg1); |
| |
| 83 | |
| |
| 84 | [PreserveSig] |
| |
| 85 | [CallerCount(Count = 0)] |
| |
| 86 | [CallsUnknownMethods(Count = 1)] |
| |
| 87 | public static extern IntPtr CSharp_new_AkVector(); |
| |
| 88 | |
| |
| 89 | [PreserveSig] |
| |
| 90 | [CallerCount(Count = 0)] |
| |
| 91 | [CallsUnknownMethods(Count = 1)] |
| |
| 92 | public static extern void CSharp_delete_AkVector(IntPtr jarg1); |
| |
| 93 | |
| |
| 94 | [PreserveSig] |
| |
| 95 | [CallerCount(Count = 0)] |
| |
| 96 | [CallsUnknownMethods(Count = 1)] |
| |
| 97 | public static extern IntPtr CSharp_AkTransform_Position(IntPtr jarg1); |
| |
| 98 | |
| |
| 99 | [PreserveSig] |
| |
| 100 | [CallerCount(Count = 0)] |
| |
| 101 | [CallsUnknownMethods(Count = 1)] |
| |
| 102 | public static extern IntPtr CSharp_AkTransform_OrientationFront(IntPtr jarg1); |
| |
| 103 | |
| |
| 104 | [PreserveSig] |
| |
| 105 | [CallerCount(Count = 0)] |
| |
| 106 | [CallsUnknownMethods(Count = 1)] |
| |
| 107 | public static extern IntPtr CSharp_AkTransform_OrientationTop(IntPtr jarg1); |
| |
| 108 | |
| |
| 109 | [PreserveSig] |
| |
| 110 | [CallerCount(Count = 0)] |
| |
| 111 | [CallsUnknownMethods(Count = 1)] |
| |
| 112 | public static extern void CSharp_AkTransform_Set__SWIG_0(IntPtr jarg1, IntPtr jarg2, IntPtr jarg3, IntPtr jarg4); |
| |
| 113 | |
| |
| 114 | [PreserveSig] |
| |
| 115 | [CallerCount(Count = 0)] |
| |
| 116 | [CallsUnknownMethods(Count = 1)] |
| |
| 117 | public static extern void CSharp_AkTransform_Set__SWIG_1(IntPtr jarg1, float jarg2, float jarg3, float jarg4, float jarg5, float jarg6, float jarg7, float jarg8, float jarg9, float jarg10); |
| |
| 118 | |
| |
| 119 | [PreserveSig] |
| |
| 120 | [CallerCount(Count = 0)] |
| |
| 121 | [CallsUnknownMethods(Count = 1)] |
| |
| 122 | public static extern void CSharp_AkTransform_SetPosition__SWIG_0(IntPtr jarg1, IntPtr jarg2); |
| |
| 123 | |
| |
| 124 | [PreserveSig] |
| |
| 125 | [CallerCount(Count = 0)] |
| |
| 126 | [CallsUnknownMethods(Count = 1)] |
| |
| 127 | public static extern void CSharp_AkTransform_SetPosition__SWIG_1(IntPtr jarg1, float jarg2, float jarg3, float jarg4); |
| |
| 128 | |
| |
| 129 | [PreserveSig] |
| |
| 130 | [CallerCount(Count = 0)] |
| |
| 131 | [CallsUnknownMethods(Count = 1)] |
| |
| 132 | public static extern void CSharp_AkTransform_SetOrientation__SWIG_0(IntPtr jarg1, IntPtr jarg2, IntPtr jarg3); |
| |
| 133 | |
| |
| 134 | [PreserveSig] |
| |
| 135 | [CallerCount(Count = 0)] |
| |
| 136 | [CallsUnknownMethods(Count = 1)] |
| |
| 137 | public static extern void CSharp_AkTransform_SetOrientation__SWIG_1(IntPtr jarg1, float jarg2, float jarg3, float jarg4, float jarg5, float jarg6, float jarg7); |
| |
| 138 | |
| |
| 139 | [PreserveSig] |
| |
| 140 | [CallerCount(Count = 0)] |
| |
| 141 | [CallsUnknownMethods(Count = 1)] |
| |
| 142 | public static extern IntPtr CSharp_new_AkTransform(); |
| |
| 143 | |
| |
| 144 | [PreserveSig] |
| |
| 145 | [CallerCount(Count = 0)] |
| |
| 146 | [CallsUnknownMethods(Count = 1)] |
| |
| 147 | public static extern void CSharp_delete_AkTransform(IntPtr jarg1); |
| |
| 148 | |
| |
| 149 | [PreserveSig] |
| |
| 150 | [CallerCount(Count = 0)] |
| |
| 151 | [CallsUnknownMethods(Count = 1)] |
| |
| 152 | public static extern void CSharp_AkObstructionOcclusionValues_occlusion_set(IntPtr jarg1, float jarg2); |
| |
| 153 | |
| |
| 154 | [PreserveSig] |
| |
| 155 | [CallerCount(Count = 0)] |
| |
| 156 | [CallsUnknownMethods(Count = 1)] |
| |
| 157 | public static extern float CSharp_AkObstructionOcclusionValues_occlusion_get(IntPtr jarg1); |
| |
| 158 | |
| |
| 159 | [PreserveSig] |
| |
| 160 | [CallerCount(Count = 0)] |
| |
| 161 | [CallsUnknownMethods(Count = 1)] |
| |
| 162 | public static extern void CSharp_AkObstructionOcclusionValues_obstruction_set(IntPtr jarg1, float jarg2); |
| |
| 163 | |
| |
| 164 | [PreserveSig] |
| |
| 165 | [CallerCount(Count = 0)] |
| |
| 166 | [CallsUnknownMethods(Count = 1)] |
| |
| 167 | public static extern float CSharp_AkObstructionOcclusionValues_obstruction_get(IntPtr jarg1); |
| |
| 168 | |
| |
| 169 | [PreserveSig] |
| |
| 170 | [CalledBy(Type = typeof(AkObstructionOcclusionValues), Member = "Clear")] |
| |
| 171 | [CalledBy(Type = typeof(AkObstructionOcclusionValuesArray), Member = "DefaultConstructAtIntPtr")] |
| |
| 172 | [CallerCount(Count = 2)] |
| |
| 173 | [CallsUnknownMethods(Count = 1)] |
| |
| 174 | public static extern void CSharp_AkObstructionOcclusionValues_Clear(IntPtr jarg1); |
| |
| 175 | |
| |
| 176 | [PreserveSig] |
| |
| 177 | [CalledBy(Type = typeof(AkObstructionOcclusionValues), Member = "GetSizeOf")] |
| |
| 178 | [CalledBy(Type = typeof(AkObstructionOcclusionValuesArray), Member = "get_StructureSize")] |
| |
| 179 | [CallerCount(Count = 2)] |
| |
| 180 | [CallsUnknownMethods(Count = 1)] |
| |
| 181 | public static extern int CSharp_AkObstructionOcclusionValues_GetSizeOf(); |
| |
| 182 | |
| |
| 183 | [PreserveSig] |
| |
| 184 | [CalledBy(Type = typeof(AkObstructionOcclusionValues), Member = "Clone")] |
| |
| 185 | [CalledBy(Type = typeof(AkObstructionOcclusionValuesArray), Member = "CloneIntoReferenceFromIntPtr")] |
| |
| 186 | [CallerCount(Count = 2)] |
| |
| 187 | [CallsUnknownMethods(Count = 1)] |
| |
| 188 | public static extern void CSharp_AkObstructionOcclusionValues_Clone(IntPtr jarg1, IntPtr jarg2); |
| |
| 189 | |
| |
| 190 | [PreserveSig] |
| |
| 191 | [CallerCount(Count = 0)] |
| |
| 192 | [CallsUnknownMethods(Count = 1)] |
| |
| 193 | public static extern IntPtr CSharp_new_AkObstructionOcclusionValues(); |
| |
| 194 | |
| |
| 195 | [PreserveSig] |
| |
| 196 | [CallerCount(Count = 0)] |
| |
| 197 | [CallsUnknownMethods(Count = 1)] |
| |
| 198 | public static extern void CSharp_delete_AkObstructionOcclusionValues(IntPtr jarg1); |
| |
| 199 | |
| |
| 200 | [PreserveSig] |
| |
| 201 | [CallerCount(Count = 0)] |
| |
| 202 | [CallsUnknownMethods(Count = 1)] |
| |
| 203 | public static extern void CSharp_AkChannelEmitter_position_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 204 | |
| |
| 205 | [PreserveSig] |
| |
| 206 | [CallerCount(Count = 0)] |
| |
| 207 | [CallsUnknownMethods(Count = 1)] |
| |
| 208 | public static extern IntPtr CSharp_AkChannelEmitter_position_get(IntPtr jarg1); |
| |
| 209 | |
| |
| 210 | [PreserveSig] |
| |
| 211 | [CallerCount(Count = 0)] |
| |
| 212 | [CallsUnknownMethods(Count = 1)] |
| |
| 213 | public static extern void CSharp_AkChannelEmitter_uInputChannels_set(IntPtr jarg1, uint jarg2); |
| |
| 214 | |
| |
| 215 | [PreserveSig] |
| |
| 216 | [CallerCount(Count = 0)] |
| |
| 217 | [CallsUnknownMethods(Count = 1)] |
| |
| 218 | public static extern uint CSharp_AkChannelEmitter_uInputChannels_get(IntPtr jarg1); |
| |
| 219 | |
| |
| 220 | [PreserveSig] |
| |
| 221 | [CallerCount(Count = 0)] |
| |
| 222 | [CallsUnknownMethods(Count = 1)] |
| |
| 223 | public static extern void CSharp_delete_AkChannelEmitter(IntPtr jarg1); |
| |
| 224 | |
| |
| 225 | [PreserveSig] |
| |
| 226 | [CallerCount(Count = 0)] |
| |
| 227 | [CallsUnknownMethods(Count = 1)] |
| |
| 228 | public static extern void CSharp_AkAuxSendValue_listenerID_set(IntPtr jarg1, ulong jarg2); |
| |
| 229 | |
| |
| 230 | [PreserveSig] |
| |
| 231 | [CallerCount(Count = 0)] |
| |
| 232 | [CallsUnknownMethods(Count = 1)] |
| |
| 233 | public static extern ulong CSharp_AkAuxSendValue_listenerID_get(IntPtr jarg1); |
| |
| 234 | |
| |
| 235 | [PreserveSig] |
| |
| 236 | [CallerCount(Count = 0)] |
| |
| 237 | [CallsUnknownMethods(Count = 1)] |
| |
| 238 | public static extern void CSharp_AkAuxSendValue_auxBusID_set(IntPtr jarg1, uint jarg2); |
| |
| 239 | |
| |
| 240 | [PreserveSig] |
| |
| 241 | [CallerCount(Count = 0)] |
| |
| 242 | [CallsUnknownMethods(Count = 1)] |
| |
| 243 | public static extern uint CSharp_AkAuxSendValue_auxBusID_get(IntPtr jarg1); |
| |
| 244 | |
| |
| 245 | [PreserveSig] |
| |
| 246 | [CallerCount(Count = 0)] |
| |
| 247 | [CallsUnknownMethods(Count = 1)] |
| |
| 248 | public static extern void CSharp_AkAuxSendValue_fControlValue_set(IntPtr jarg1, float jarg2); |
| |
| 249 | |
| |
| 250 | [PreserveSig] |
| |
| 251 | [CallerCount(Count = 0)] |
| |
| 252 | [CallsUnknownMethods(Count = 1)] |
| |
| 253 | public static extern float CSharp_AkAuxSendValue_fControlValue_get(IntPtr jarg1); |
| |
| 254 | |
| |
| 255 | [PreserveSig] |
| |
| 256 | [CalledBy(Type = typeof(AkAuxSendValue), Member = "Set")] |
| |
| 257 | [CalledBy(Type = typeof(AkAuxSendArray), Member = "Add")] |
| |
| 258 | [CalledBy(Type = typeof(AkAuxSendArray), Member = "Add")] |
| |
| 259 | [CallerCount(Count = 3)] |
| |
| 260 | [CallsUnknownMethods(Count = 1)] |
| |
| 261 | public static extern void CSharp_AkAuxSendValue_Set(IntPtr jarg1, ulong jarg2, uint jarg3, float jarg4); |
| |
| 262 | |
| |
| 263 | [PreserveSig] |
| |
| 264 | [CalledBy(Type = typeof(AkAuxSendValue), Member = "IsSame")] |
| |
| 265 | [CalledBy(Type = typeof(AkAuxSendArray), Member = "Contains")] |
| |
| 266 | [CalledBy(Type = typeof(AkAuxSendArray), Member = "Contains")] |
| |
| 267 | [CallerCount(Count = 3)] |
| |
| 268 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 269 | [CallsUnknownMethods(Count = 1)] |
| |
| 270 | public static extern bool CSharp_AkAuxSendValue_IsSame(IntPtr jarg1, ulong jarg2, uint jarg3); |
| |
| 271 | |
| |
| 272 | [PreserveSig] |
| |
| 273 | [CalledBy(Type = typeof(AkAuxSendValue), Member = "GetSizeOf")] |
| |
| 274 | [CalledBy(Type = typeof(AkAuxSendArray), Member = ".ctor")] |
| |
| 275 | [CalledBy(Type = typeof(AkGameObjEnvironmentData), Member = ".ctor")] |
| |
| 276 | [CallerCount(Count = 3)] |
| |
| 277 | [CallsUnknownMethods(Count = 1)] |
| |
| 278 | public static extern int CSharp_AkAuxSendValue_GetSizeOf(); |
| |
| 279 | |
| |
| 280 | [PreserveSig] |
| |
| 281 | [CallerCount(Count = 0)] |
| |
| 282 | [CallsUnknownMethods(Count = 1)] |
| |
| 283 | public static extern void CSharp_delete_AkAuxSendValue(IntPtr jarg1); |
| |
| 284 | |
| |
| 285 | [PreserveSig] |
| |
| 286 | [CallerCount(Count = 0)] |
| |
| 287 | [CallsUnknownMethods(Count = 1)] |
| |
| 288 | public static extern IntPtr CSharp_new_AkRamp__SWIG_0(); |
| |
| 289 | |
| |
| 290 | [PreserveSig] |
| |
| 291 | [CallerCount(Count = 0)] |
| |
| 292 | [CallsUnknownMethods(Count = 1)] |
| |
| 293 | public static extern IntPtr CSharp_new_AkRamp__SWIG_1(float jarg1, float jarg2); |
| |
| 294 | |
| |
| 295 | [PreserveSig] |
| |
| 296 | [CallerCount(Count = 0)] |
| |
| 297 | [CallsUnknownMethods(Count = 1)] |
| |
| 298 | public static extern void CSharp_AkRamp_fPrev_set(IntPtr jarg1, float jarg2); |
| |
| 299 | |
| |
| 300 | [PreserveSig] |
| |
| 301 | [CallerCount(Count = 0)] |
| |
| 302 | [CallsUnknownMethods(Count = 1)] |
| |
| 303 | public static extern float CSharp_AkRamp_fPrev_get(IntPtr jarg1); |
| |
| 304 | |
| |
| 305 | [PreserveSig] |
| |
| 306 | [CallerCount(Count = 0)] |
| |
| 307 | [CallsUnknownMethods(Count = 1)] |
| |
| 308 | public static extern void CSharp_AkRamp_fNext_set(IntPtr jarg1, float jarg2); |
| |
| 309 | |
| |
| 310 | [PreserveSig] |
| |
| 311 | [CallerCount(Count = 0)] |
| |
| 312 | [CallsUnknownMethods(Count = 1)] |
| |
| 313 | public static extern float CSharp_AkRamp_fNext_get(IntPtr jarg1); |
| |
| 314 | |
| |
| 315 | [PreserveSig] |
| |
| 316 | [CallerCount(Count = 0)] |
| |
| 317 | [CallsUnknownMethods(Count = 1)] |
| |
| 318 | public static extern void CSharp_delete_AkRamp(IntPtr jarg1); |
| |
| 319 | |
| |
| 320 | [PreserveSig] |
| |
| 321 | [CallerCount(Count = 0)] |
| |
| 322 | [CallsUnknownMethods(Count = 1)] |
| |
| 323 | public static extern ushort CSharp_AK_INT_get(); |
| |
| 324 | |
| |
| 325 | [PreserveSig] |
| |
| 326 | [CallerCount(Count = 0)] |
| |
| 327 | [CallsUnknownMethods(Count = 1)] |
| |
| 328 | public static extern ushort CSharp_AK_FLOAT_get(); |
| |
| 329 | |
| |
| 330 | [PreserveSig] |
| |
| 331 | [CallerCount(Count = 0)] |
| |
| 332 | [CallsUnknownMethods(Count = 1)] |
| |
| 333 | public static extern byte CSharp_AK_INTERLEAVED_get(); |
| |
| 334 | |
| |
| 335 | [PreserveSig] |
| |
| 336 | [CallerCount(Count = 0)] |
| |
| 337 | [CallsUnknownMethods(Count = 1)] |
| |
| 338 | public static extern byte CSharp_AK_NONINTERLEAVED_get(); |
| |
| 339 | |
| |
| 340 | [PreserveSig] |
| |
| 341 | [CallerCount(Count = 0)] |
| |
| 342 | [CallsUnknownMethods(Count = 1)] |
| |
| 343 | public static extern uint CSharp_AK_LE_NATIVE_BITSPERSAMPLE_get(); |
| |
| 344 | |
| |
| 345 | [PreserveSig] |
| |
| 346 | [CallerCount(Count = 0)] |
| |
| 347 | [CallsUnknownMethods(Count = 1)] |
| |
| 348 | public static extern uint CSharp_AK_LE_NATIVE_SAMPLETYPE_get(); |
| |
| 349 | |
| |
| 350 | [PreserveSig] |
| |
| 351 | [CallerCount(Count = 0)] |
| |
| 352 | [CallsUnknownMethods(Count = 1)] |
| |
| 353 | public static extern uint CSharp_AK_LE_NATIVE_INTERLEAVE_get(); |
| |
| 354 | |
| |
| 355 | [PreserveSig] |
| |
| 356 | [CallerCount(Count = 0)] |
| |
| 357 | [CallsUnknownMethods(Count = 1)] |
| |
| 358 | public static extern void CSharp_AkAudioFormat_uSampleRate_set(IntPtr jarg1, uint jarg2); |
| |
| 359 | |
| |
| 360 | [PreserveSig] |
| |
| 361 | [CallerCount(Count = 0)] |
| |
| 362 | [CallsUnknownMethods(Count = 1)] |
| |
| 363 | public static extern uint CSharp_AkAudioFormat_uSampleRate_get(IntPtr jarg1); |
| |
| 364 | |
| |
| 365 | [PreserveSig] |
| |
| 366 | [CallerCount(Count = 0)] |
| |
| 367 | [CallsUnknownMethods(Count = 1)] |
| |
| 368 | public static extern void CSharp_AkAudioFormat_channelConfig_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 369 | |
| |
| 370 | [PreserveSig] |
| |
| 371 | [CallerCount(Count = 0)] |
| |
| 372 | [CallsUnknownMethods(Count = 1)] |
| |
| 373 | public static extern IntPtr CSharp_AkAudioFormat_channelConfig_get(IntPtr jarg1); |
| |
| 374 | |
| |
| 375 | [PreserveSig] |
| |
| 376 | [CallerCount(Count = 0)] |
| |
| 377 | [CallsUnknownMethods(Count = 1)] |
| |
| 378 | public static extern void CSharp_AkAudioFormat_uBitsPerSample_set(IntPtr jarg1, uint jarg2); |
| |
| 379 | |
| |
| 380 | [PreserveSig] |
| |
| 381 | [CallerCount(Count = 0)] |
| |
| 382 | [CallsUnknownMethods(Count = 1)] |
| |
| 383 | public static extern uint CSharp_AkAudioFormat_uBitsPerSample_get(IntPtr jarg1); |
| |
| 384 | |
| |
| 385 | [PreserveSig] |
| |
| 386 | [CallerCount(Count = 0)] |
| |
| 387 | [CallsUnknownMethods(Count = 1)] |
| |
| 388 | public static extern void CSharp_AkAudioFormat_uBlockAlign_set(IntPtr jarg1, uint jarg2); |
| |
| 389 | |
| |
| 390 | [PreserveSig] |
| |
| 391 | [CallerCount(Count = 0)] |
| |
| 392 | [CallsUnknownMethods(Count = 1)] |
| |
| 393 | public static extern uint CSharp_AkAudioFormat_uBlockAlign_get(IntPtr jarg1); |
| |
| 394 | |
| |
| 395 | [PreserveSig] |
| |
| 396 | [CallerCount(Count = 0)] |
| |
| 397 | [CallsUnknownMethods(Count = 1)] |
| |
| 398 | public static extern void CSharp_AkAudioFormat_uTypeID_set(IntPtr jarg1, uint jarg2); |
| |
| 399 | |
| |
| 400 | [PreserveSig] |
| |
| 401 | [CallerCount(Count = 0)] |
| |
| 402 | [CallsUnknownMethods(Count = 1)] |
| |
| 403 | public static extern uint CSharp_AkAudioFormat_uTypeID_get(IntPtr jarg1); |
| |
| 404 | |
| |
| 405 | [PreserveSig] |
| |
| 406 | [CallerCount(Count = 0)] |
| |
| 407 | [CallsUnknownMethods(Count = 1)] |
| |
| 408 | public static extern void CSharp_AkAudioFormat_uInterleaveID_set(IntPtr jarg1, uint jarg2); |
| |
| 409 | |
| |
| 410 | [PreserveSig] |
| |
| 411 | [CallerCount(Count = 0)] |
| |
| 412 | [CallsUnknownMethods(Count = 1)] |
| |
| 413 | public static extern uint CSharp_AkAudioFormat_uInterleaveID_get(IntPtr jarg1); |
| |
| 414 | |
| |
| 415 | [PreserveSig] |
| |
| 416 | [CallerCount(Count = 0)] |
| |
| 417 | [CallsUnknownMethods(Count = 1)] |
| |
| 418 | public static extern uint CSharp_AkAudioFormat_GetNumChannels(IntPtr jarg1); |
| |
| 419 | |
| |
| 420 | [PreserveSig] |
| |
| 421 | [CallerCount(Count = 0)] |
| |
| 422 | [CallsUnknownMethods(Count = 1)] |
| |
| 423 | public static extern uint CSharp_AkAudioFormat_GetBitsPerSample(IntPtr jarg1); |
| |
| 424 | |
| |
| 425 | [PreserveSig] |
| |
| 426 | [CallerCount(Count = 0)] |
| |
| 427 | [CallsUnknownMethods(Count = 1)] |
| |
| 428 | public static extern uint CSharp_AkAudioFormat_GetBlockAlign(IntPtr jarg1); |
| |
| 429 | |
| |
| 430 | [PreserveSig] |
| |
| 431 | [CallerCount(Count = 0)] |
| |
| 432 | [CallsUnknownMethods(Count = 1)] |
| |
| 433 | public static extern uint CSharp_AkAudioFormat_GetTypeID(IntPtr jarg1); |
| |
| 434 | |
| |
| 435 | [PreserveSig] |
| |
| 436 | [CallerCount(Count = 0)] |
| |
| 437 | [CallsUnknownMethods(Count = 1)] |
| |
| 438 | public static extern uint CSharp_AkAudioFormat_GetInterleaveID(IntPtr jarg1); |
| |
| 439 | |
| |
| 440 | [PreserveSig] |
| |
| 441 | [CallerCount(Count = 0)] |
| |
| 442 | [CallsUnknownMethods(Count = 1)] |
| |
| 443 | public static extern void CSharp_AkAudioFormat_SetAll(IntPtr jarg1, uint jarg2, IntPtr jarg3, uint jarg4, uint jarg5, uint jarg6, uint jarg7); |
| |
| 444 | |
| |
| 445 | [PreserveSig] |
| |
| 446 | [CallerCount(Count = 0)] |
| |
| 447 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 448 | [CallsUnknownMethods(Count = 1)] |
| |
| 449 | public static extern bool CSharp_AkAudioFormat_IsChannelConfigSupported(IntPtr jarg1); |
| |
| 450 | |
| |
| 451 | [PreserveSig] |
| |
| 452 | [CallerCount(Count = 0)] |
| |
| 453 | [CallsUnknownMethods(Count = 1)] |
| |
| 454 | public static extern IntPtr CSharp_new_AkAudioFormat(); |
| |
| 455 | |
| |
| 456 | [PreserveSig] |
| |
| 457 | [CallerCount(Count = 0)] |
| |
| 458 | [CallsUnknownMethods(Count = 1)] |
| |
| 459 | public static extern void CSharp_delete_AkAudioFormat(IntPtr jarg1); |
| |
| 460 | |
| |
| 461 | [PreserveSig] |
| |
| 462 | [CallerCount(Count = 0)] |
| |
| 463 | [CallsUnknownMethods(Count = 1)] |
| |
| 464 | public static extern void CSharp_AkIterator_pItem_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 465 | |
| |
| 466 | [PreserveSig] |
| |
| 467 | [CallerCount(Count = 0)] |
| |
| 468 | [CallsUnknownMethods(Count = 1)] |
| |
| 469 | public static extern IntPtr CSharp_AkIterator_pItem_get(IntPtr jarg1); |
| |
| 470 | |
| |
| 471 | [PreserveSig] |
| |
| 472 | [CallerCount(Count = 0)] |
| |
| 473 | [CallsUnknownMethods(Count = 1)] |
| |
| 474 | public static extern IntPtr CSharp_AkIterator_NextIter(IntPtr jarg1); |
| |
| 475 | |
| |
| 476 | [PreserveSig] |
| |
| 477 | [CallerCount(Count = 0)] |
| |
| 478 | [CallsUnknownMethods(Count = 1)] |
| |
| 479 | public static extern IntPtr CSharp_AkIterator_PrevIter(IntPtr jarg1); |
| |
| 480 | |
| |
| 481 | [PreserveSig] |
| |
| 482 | [CallerCount(Count = 0)] |
| |
| 483 | [CallsUnknownMethods(Count = 1)] |
| |
| 484 | public static extern IntPtr CSharp_AkIterator_GetItem(IntPtr jarg1); |
| |
| 485 | |
| |
| 486 | [PreserveSig] |
| |
| 487 | [CallerCount(Count = 0)] |
| |
| 488 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 489 | [CallsUnknownMethods(Count = 1)] |
| |
| 490 | public static extern bool CSharp_AkIterator_IsEqualTo(IntPtr jarg1, IntPtr jarg2); |
| |
| 491 | |
| |
| 492 | [PreserveSig] |
| |
| 493 | [CallerCount(Count = 0)] |
| |
| 494 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 495 | [CallsUnknownMethods(Count = 1)] |
| |
| 496 | public static extern bool CSharp_AkIterator_IsDifferentFrom(IntPtr jarg1, IntPtr jarg2); |
| |
| 497 | |
| |
| 498 | [PreserveSig] |
| |
| 499 | [CallerCount(Count = 0)] |
| |
| 500 | [CallsUnknownMethods(Count = 1)] |
| |
| 501 | public static extern IntPtr CSharp_new_AkIterator(); |
| |
| 502 | |
| |
| 503 | [PreserveSig] |
| |
| 504 | [CallerCount(Count = 0)] |
| |
| 505 | [CallsUnknownMethods(Count = 1)] |
| |
| 506 | public static extern void CSharp_delete_AkIterator(IntPtr jarg1); |
| |
| 507 | |
| |
| 508 | [PreserveSig] |
| |
| 509 | [CallerCount(Count = 0)] |
| |
| 510 | [CallsUnknownMethods(Count = 1)] |
| |
| 511 | public static extern int CSharp__ArrayPoolDefault_Get(); |
| |
| 512 | |
| |
| 513 | [PreserveSig] |
| |
| 514 | [CallerCount(Count = 0)] |
| |
| 515 | [CallsUnknownMethods(Count = 1)] |
| |
| 516 | public static extern IntPtr CSharp_new__ArrayPoolDefault(); |
| |
| 517 | |
| |
| 518 | [PreserveSig] |
| |
| 519 | [CallerCount(Count = 0)] |
| |
| 520 | [CallsUnknownMethods(Count = 1)] |
| |
| 521 | public static extern void CSharp_delete__ArrayPoolDefault(IntPtr jarg1); |
| |
| 522 | |
| |
| 523 | [PreserveSig] |
| |
| 524 | [CallerCount(Count = 0)] |
| |
| 525 | [CallsUnknownMethods(Count = 1)] |
| |
| 526 | public static extern int CSharp__ArrayPoolLEngineDefault_Get(); |
| |
| 527 | |
| |
| 528 | [PreserveSig] |
| |
| 529 | [CallerCount(Count = 0)] |
| |
| 530 | [CallsUnknownMethods(Count = 1)] |
| |
| 531 | public static extern IntPtr CSharp_new__ArrayPoolLEngineDefault(); |
| |
| 532 | |
| |
| 533 | [PreserveSig] |
| |
| 534 | [CallerCount(Count = 0)] |
| |
| 535 | [CallsUnknownMethods(Count = 1)] |
| |
| 536 | public static extern void CSharp_delete__ArrayPoolLEngineDefault(IntPtr jarg1); |
| |
| 537 | |
| |
| 538 | [PreserveSig] |
| |
| 539 | [CallerCount(Count = 0)] |
| |
| 540 | [CallsUnknownMethods(Count = 1)] |
| |
| 541 | public static extern IntPtr CSharp_new_AkPlaylistItem__SWIG_0(); |
| |
| 542 | |
| |
| 543 | [PreserveSig] |
| |
| 544 | [CallerCount(Count = 0)] |
| |
| 545 | [CallsUnknownMethods(Count = 1)] |
| |
| 546 | public static extern IntPtr CSharp_new_AkPlaylistItem__SWIG_1(IntPtr jarg1); |
| |
| 547 | |
| |
| 548 | [PreserveSig] |
| |
| 549 | [CallerCount(Count = 0)] |
| |
| 550 | [CallsUnknownMethods(Count = 1)] |
| |
| 551 | public static extern void CSharp_delete_AkPlaylistItem(IntPtr jarg1); |
| |
| 552 | |
| |
| 553 | [PreserveSig] |
| |
| 554 | [CallerCount(Count = 0)] |
| |
| 555 | [CallsUnknownMethods(Count = 1)] |
| |
| 556 | public static extern IntPtr CSharp_AkPlaylistItem_Assign(IntPtr jarg1, IntPtr jarg2); |
| |
| 557 | |
| |
| 558 | [PreserveSig] |
| |
| 559 | [CallerCount(Count = 0)] |
| |
| 560 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 561 | [CallsUnknownMethods(Count = 1)] |
| |
| 562 | public static extern bool CSharp_AkPlaylistItem_IsEqualTo(IntPtr jarg1, IntPtr jarg2); |
| |
| 563 | |
| |
| 564 | [PreserveSig] |
| |
| 565 | [CallerCount(Count = 0)] |
| |
| 566 | [CallsUnknownMethods(Count = 1)] |
| |
| 567 | public static extern int CSharp_AkPlaylistItem_SetExternalSources(IntPtr jarg1, uint jarg2, IntPtr jarg3); |
| |
| 568 | |
| |
| 569 | [PreserveSig] |
| |
| 570 | [CallerCount(Count = 0)] |
| |
| 571 | [CallsUnknownMethods(Count = 1)] |
| |
| 572 | public static extern void CSharp_AkPlaylistItem_audioNodeID_set(IntPtr jarg1, uint jarg2); |
| |
| 573 | |
| |
| 574 | [PreserveSig] |
| |
| 575 | [CallerCount(Count = 0)] |
| |
| 576 | [CallsUnknownMethods(Count = 1)] |
| |
| 577 | public static extern uint CSharp_AkPlaylistItem_audioNodeID_get(IntPtr jarg1); |
| |
| 578 | |
| |
| 579 | [PreserveSig] |
| |
| 580 | [CallerCount(Count = 0)] |
| |
| 581 | [CallsUnknownMethods(Count = 1)] |
| |
| 582 | public static extern void CSharp_AkPlaylistItem_msDelay_set(IntPtr jarg1, int jarg2); |
| |
| 583 | |
| |
| 584 | [PreserveSig] |
| |
| 585 | [CallerCount(Count = 0)] |
| |
| 586 | [CallsUnknownMethods(Count = 1)] |
| |
| 587 | public static extern int CSharp_AkPlaylistItem_msDelay_get(IntPtr jarg1); |
| |
| 588 | |
| |
| 589 | [PreserveSig] |
| |
| 590 | [CallerCount(Count = 0)] |
| |
| 591 | [CallsUnknownMethods(Count = 1)] |
| |
| 592 | public static extern void CSharp_AkPlaylistItem_pCustomInfo_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 593 | |
| |
| 594 | [PreserveSig] |
| |
| 595 | [CallerCount(Count = 0)] |
| |
| 596 | [CallsUnknownMethods(Count = 1)] |
| |
| 597 | public static extern IntPtr CSharp_AkPlaylistItem_pCustomInfo_get(IntPtr jarg1); |
| |
| 598 | |
| |
| 599 | [PreserveSig] |
| |
| 600 | [CallerCount(Count = 0)] |
| |
| 601 | [CallsUnknownMethods(Count = 1)] |
| |
| 602 | public static extern IntPtr CSharp_new_AkPlaylistArray(); |
| |
| 603 | |
| |
| 604 | [PreserveSig] |
| |
| 605 | [CallerCount(Count = 0)] |
| |
| 606 | [CallsUnknownMethods(Count = 1)] |
| |
| 607 | public static extern void CSharp_delete_AkPlaylistArray(IntPtr jarg1); |
| |
| 608 | |
| |
| 609 | [PreserveSig] |
| |
| 610 | [CallerCount(Count = 0)] |
| |
| 611 | [CallsUnknownMethods(Count = 1)] |
| |
| 612 | public static extern IntPtr CSharp_AkPlaylistArray_Begin(IntPtr jarg1); |
| |
| 613 | |
| |
| 614 | [PreserveSig] |
| |
| 615 | [CallerCount(Count = 0)] |
| |
| 616 | [CallsUnknownMethods(Count = 1)] |
| |
| 617 | public static extern IntPtr CSharp_AkPlaylistArray_End(IntPtr jarg1); |
| |
| 618 | |
| |
| 619 | [PreserveSig] |
| |
| 620 | [CallerCount(Count = 0)] |
| |
| 621 | [CallsUnknownMethods(Count = 1)] |
| |
| 622 | public static extern IntPtr CSharp_AkPlaylistArray_FindEx(IntPtr jarg1, IntPtr jarg2); |
| |
| 623 | |
| |
| 624 | [PreserveSig] |
| |
| 625 | [CallerCount(Count = 0)] |
| |
| 626 | [CallsUnknownMethods(Count = 1)] |
| |
| 627 | public static extern IntPtr CSharp_AkPlaylistArray_Erase__SWIG_0(IntPtr jarg1, IntPtr jarg2); |
| |
| 628 | |
| |
| 629 | [PreserveSig] |
| |
| 630 | [CallerCount(Count = 0)] |
| |
| 631 | [CallsUnknownMethods(Count = 1)] |
| |
| 632 | public static extern void CSharp_AkPlaylistArray_Erase__SWIG_1(IntPtr jarg1, uint jarg2); |
| |
| 633 | |
| |
| 634 | [PreserveSig] |
| |
| 635 | [CallerCount(Count = 0)] |
| |
| 636 | [CallsUnknownMethods(Count = 1)] |
| |
| 637 | public static extern IntPtr CSharp_AkPlaylistArray_EraseSwap(IntPtr jarg1, IntPtr jarg2); |
| |
| 638 | |
| |
| 639 | [PreserveSig] |
| |
| 640 | [CallerCount(Count = 0)] |
| |
| 641 | [CallsUnknownMethods(Count = 1)] |
| |
| 642 | public static extern int CSharp_AkPlaylistArray_Reserve(IntPtr jarg1, uint jarg2); |
| |
| 643 | |
| |
| 644 | [PreserveSig] |
| |
| 645 | [CallerCount(Count = 0)] |
| |
| 646 | [CallsUnknownMethods(Count = 1)] |
| |
| 647 | public static extern uint CSharp_AkPlaylistArray_Reserved(IntPtr jarg1); |
| |
| 648 | |
| |
| 649 | [PreserveSig] |
| |
| 650 | [CallerCount(Count = 0)] |
| |
| 651 | [CallsUnknownMethods(Count = 1)] |
| |
| 652 | public static extern void CSharp_AkPlaylistArray_Term(IntPtr jarg1); |
| |
| 653 | |
| |
| 654 | [PreserveSig] |
| |
| 655 | [CallerCount(Count = 0)] |
| |
| 656 | [CallsUnknownMethods(Count = 1)] |
| |
| 657 | public static extern uint CSharp_AkPlaylistArray_Length(IntPtr jarg1); |
| |
| 658 | |
| |
| 659 | [PreserveSig] |
| |
| 660 | [CallerCount(Count = 0)] |
| |
| 661 | [CallsUnknownMethods(Count = 1)] |
| |
| 662 | public static extern IntPtr CSharp_AkPlaylistArray_Data(IntPtr jarg1); |
| |
| 663 | |
| |
| 664 | [PreserveSig] |
| |
| 665 | [CallerCount(Count = 0)] |
| |
| 666 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 667 | [CallsUnknownMethods(Count = 1)] |
| |
| 668 | public static extern bool CSharp_AkPlaylistArray_IsEmpty(IntPtr jarg1); |
| |
| 669 | |
| |
| 670 | [PreserveSig] |
| |
| 671 | [CallerCount(Count = 0)] |
| |
| 672 | [CallsUnknownMethods(Count = 1)] |
| |
| 673 | public static extern IntPtr CSharp_AkPlaylistArray_Exists(IntPtr jarg1, IntPtr jarg2); |
| |
| 674 | |
| |
| 675 | [PreserveSig] |
| |
| 676 | [CallerCount(Count = 0)] |
| |
| 677 | [CallsUnknownMethods(Count = 1)] |
| |
| 678 | public static extern IntPtr CSharp_AkPlaylistArray_AddLast__SWIG_0(IntPtr jarg1); |
| |
| 679 | |
| |
| 680 | [PreserveSig] |
| |
| 681 | [CallerCount(Count = 0)] |
| |
| 682 | [CallsUnknownMethods(Count = 1)] |
| |
| 683 | public static extern IntPtr CSharp_AkPlaylistArray_AddLast__SWIG_1(IntPtr jarg1, IntPtr jarg2); |
| |
| 684 | |
| |
| 685 | [PreserveSig] |
| |
| 686 | [CallerCount(Count = 0)] |
| |
| 687 | [CallsUnknownMethods(Count = 1)] |
| |
| 688 | public static extern IntPtr CSharp_AkPlaylistArray_Last(IntPtr jarg1); |
| |
| 689 | |
| |
| 690 | [PreserveSig] |
| |
| 691 | [CallerCount(Count = 0)] |
| |
| 692 | [CallsUnknownMethods(Count = 1)] |
| |
| 693 | public static extern void CSharp_AkPlaylistArray_RemoveLast(IntPtr jarg1); |
| |
| 694 | |
| |
| 695 | [PreserveSig] |
| |
| 696 | [CallerCount(Count = 0)] |
| |
| 697 | [CallsUnknownMethods(Count = 1)] |
| |
| 698 | public static extern int CSharp_AkPlaylistArray_Remove(IntPtr jarg1, IntPtr jarg2); |
| |
| 699 | |
| |
| 700 | [PreserveSig] |
| |
| 701 | [CallerCount(Count = 0)] |
| |
| 702 | [CallsUnknownMethods(Count = 1)] |
| |
| 703 | public static extern int CSharp_AkPlaylistArray_RemoveSwap(IntPtr jarg1, IntPtr jarg2); |
| |
| 704 | |
| |
| 705 | [PreserveSig] |
| |
| 706 | [CallerCount(Count = 0)] |
| |
| 707 | [CallsUnknownMethods(Count = 1)] |
| |
| 708 | public static extern void CSharp_AkPlaylistArray_RemoveAll(IntPtr jarg1); |
| |
| 709 | |
| |
| 710 | [PreserveSig] |
| |
| 711 | [CallerCount(Count = 0)] |
| |
| 712 | [CallsUnknownMethods(Count = 1)] |
| |
| 713 | public static extern IntPtr CSharp_AkPlaylistArray_ItemAtIndex(IntPtr jarg1, uint jarg2); |
| |
| 714 | |
| |
| 715 | [PreserveSig] |
| |
| 716 | [CallerCount(Count = 0)] |
| |
| 717 | [CallsUnknownMethods(Count = 1)] |
| |
| 718 | public static extern IntPtr CSharp_AkPlaylistArray_Insert(IntPtr jarg1, uint jarg2); |
| |
| 719 | |
| |
| 720 | [PreserveSig] |
| |
| 721 | [CallerCount(Count = 0)] |
| |
| 722 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 723 | [CallsUnknownMethods(Count = 1)] |
| |
| 724 | public static extern bool CSharp_AkPlaylistArray_GrowArray__SWIG_0(IntPtr jarg1, uint jarg2); |
| |
| 725 | |
| |
| 726 | [PreserveSig] |
| |
| 727 | [CallerCount(Count = 0)] |
| |
| 728 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 729 | [CallsUnknownMethods(Count = 1)] |
| |
| 730 | public static extern bool CSharp_AkPlaylistArray_GrowArray__SWIG_1(IntPtr jarg1); |
| |
| 731 | |
| |
| 732 | [PreserveSig] |
| |
| 733 | [CallerCount(Count = 0)] |
| |
| 734 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 735 | [CallsUnknownMethods(Count = 1)] |
| |
| 736 | public static extern bool CSharp_AkPlaylistArray_Resize(IntPtr jarg1, uint jarg2); |
| |
| 737 | |
| |
| 738 | [PreserveSig] |
| |
| 739 | [CallerCount(Count = 0)] |
| |
| 740 | [CallsUnknownMethods(Count = 1)] |
| |
| 741 | public static extern void CSharp_AkPlaylistArray_Transfer(IntPtr jarg1, IntPtr jarg2); |
| |
| 742 | |
| |
| 743 | [PreserveSig] |
| |
| 744 | [CallerCount(Count = 0)] |
| |
| 745 | [CallsUnknownMethods(Count = 1)] |
| |
| 746 | public static extern int CSharp_AkPlaylistArray_Copy(IntPtr jarg1, IntPtr jarg2); |
| |
| 747 | |
| |
| 748 | [PreserveSig] |
| |
| 749 | [CallerCount(Count = 0)] |
| |
| 750 | [CallsUnknownMethods(Count = 1)] |
| |
| 751 | public static extern int CSharp_AkPlaylist_Enqueue__SWIG_0(IntPtr jarg1, uint jarg2, int jarg3, IntPtr jarg4, uint jarg5, IntPtr jarg6); |
| |
| 752 | |
| |
| 753 | [PreserveSig] |
| |
| 754 | [CallerCount(Count = 0)] |
| |
| 755 | [CallsUnknownMethods(Count = 1)] |
| |
| 756 | public static extern int CSharp_AkPlaylist_Enqueue__SWIG_1(IntPtr jarg1, uint jarg2, int jarg3, IntPtr jarg4, uint jarg5); |
| |
| 757 | |
| |
| 758 | [PreserveSig] |
| |
| 759 | [CallerCount(Count = 0)] |
| |
| 760 | [CallsUnknownMethods(Count = 1)] |
| |
| 761 | public static extern int CSharp_AkPlaylist_Enqueue__SWIG_2(IntPtr jarg1, uint jarg2, int jarg3, IntPtr jarg4); |
| |
| 762 | |
| |
| 763 | [PreserveSig] |
| |
| 764 | [CallerCount(Count = 0)] |
| |
| 765 | [CallsUnknownMethods(Count = 1)] |
| |
| 766 | public static extern int CSharp_AkPlaylist_Enqueue__SWIG_3(IntPtr jarg1, uint jarg2, int jarg3); |
| |
| 767 | |
| |
| 768 | [PreserveSig] |
| |
| 769 | [CallerCount(Count = 0)] |
| |
| 770 | [CallsUnknownMethods(Count = 1)] |
| |
| 771 | public static extern int CSharp_AkPlaylist_Enqueue__SWIG_4(IntPtr jarg1, uint jarg2); |
| |
| 772 | |
| |
| 773 | [PreserveSig] |
| |
| 774 | [CallerCount(Count = 0)] |
| |
| 775 | [CallsUnknownMethods(Count = 1)] |
| |
| 776 | public static extern IntPtr CSharp_new_AkPlaylist(); |
| |
| 777 | |
| |
| 778 | [PreserveSig] |
| |
| 779 | [CallerCount(Count = 0)] |
| |
| 780 | [CallsUnknownMethods(Count = 1)] |
| |
| 781 | public static extern void CSharp_delete_AkPlaylist(IntPtr jarg1); |
| |
| 782 | |
| |
| 783 | [PreserveSig] |
| |
| 784 | [CallerCount(Count = 0)] |
| |
| 785 | [CallsUnknownMethods(Count = 1)] |
| |
| 786 | public static extern uint CSharp_DynamicSequenceOpen__SWIG_0(ulong jarg1, uint jarg2, IntPtr jarg3, IntPtr jarg4, int jarg5); |
| |
| 787 | |
| |
| 788 | [PreserveSig] |
| |
| 789 | [CallerCount(Count = 0)] |
| |
| 790 | [CallsUnknownMethods(Count = 1)] |
| |
| 791 | public static extern uint CSharp_DynamicSequenceOpen__SWIG_1(ulong jarg1, uint jarg2, IntPtr jarg3, IntPtr jarg4); |
| |
| 792 | |
| |
| 793 | [PreserveSig] |
| |
| 794 | [CallerCount(Count = 0)] |
| |
| 795 | [CallsUnknownMethods(Count = 1)] |
| |
| 796 | public static extern uint CSharp_DynamicSequenceOpen__SWIG_2(ulong jarg1); |
| |
| 797 | |
| |
| 798 | [PreserveSig] |
| |
| 799 | [CallerCount(Count = 0)] |
| |
| 800 | [CallsUnknownMethods(Count = 1)] |
| |
| 801 | public static extern int CSharp_DynamicSequenceClose(uint jarg1); |
| |
| 802 | |
| |
| 803 | [PreserveSig] |
| |
| 804 | [CallerCount(Count = 0)] |
| |
| 805 | [CallsUnknownMethods(Count = 1)] |
| |
| 806 | public static extern int CSharp_DynamicSequencePlay__SWIG_0(uint jarg1, int jarg2, int jarg3); |
| |
| 807 | |
| |
| 808 | [PreserveSig] |
| |
| 809 | [CallerCount(Count = 0)] |
| |
| 810 | [CallsUnknownMethods(Count = 1)] |
| |
| 811 | public static extern int CSharp_DynamicSequencePlay__SWIG_1(uint jarg1, int jarg2); |
| |
| 812 | |
| |
| 813 | [PreserveSig] |
| |
| 814 | [CallerCount(Count = 0)] |
| |
| 815 | [CallsUnknownMethods(Count = 1)] |
| |
| 816 | public static extern int CSharp_DynamicSequencePlay__SWIG_2(uint jarg1); |
| |
| 817 | |
| |
| 818 | [PreserveSig] |
| |
| 819 | [CallerCount(Count = 0)] |
| |
| 820 | [CallsUnknownMethods(Count = 1)] |
| |
| 821 | public static extern int CSharp_DynamicSequencePause__SWIG_0(uint jarg1, int jarg2, int jarg3); |
| |
| 822 | |
| |
| 823 | [PreserveSig] |
| |
| 824 | [CallerCount(Count = 0)] |
| |
| 825 | [CallsUnknownMethods(Count = 1)] |
| |
| 826 | public static extern int CSharp_DynamicSequencePause__SWIG_1(uint jarg1, int jarg2); |
| |
| 827 | |
| |
| 828 | [PreserveSig] |
| |
| 829 | [CallerCount(Count = 0)] |
| |
| 830 | [CallsUnknownMethods(Count = 1)] |
| |
| 831 | public static extern int CSharp_DynamicSequencePause__SWIG_2(uint jarg1); |
| |
| 832 | |
| |
| 833 | [PreserveSig] |
| |
| 834 | [CallerCount(Count = 0)] |
| |
| 835 | [CallsUnknownMethods(Count = 1)] |
| |
| 836 | public static extern int CSharp_DynamicSequenceResume__SWIG_0(uint jarg1, int jarg2, int jarg3); |
| |
| 837 | |
| |
| 838 | [PreserveSig] |
| |
| 839 | [CallerCount(Count = 0)] |
| |
| 840 | [CallsUnknownMethods(Count = 1)] |
| |
| 841 | public static extern int CSharp_DynamicSequenceResume__SWIG_1(uint jarg1, int jarg2); |
| |
| 842 | |
| |
| 843 | [PreserveSig] |
| |
| 844 | [CallerCount(Count = 0)] |
| |
| 845 | [CallsUnknownMethods(Count = 1)] |
| |
| 846 | public static extern int CSharp_DynamicSequenceResume__SWIG_2(uint jarg1); |
| |
| 847 | |
| |
| 848 | [PreserveSig] |
| |
| 849 | [CallerCount(Count = 0)] |
| |
| 850 | [CallsUnknownMethods(Count = 1)] |
| |
| 851 | public static extern int CSharp_DynamicSequenceStop__SWIG_0(uint jarg1, int jarg2, int jarg3); |
| |
| 852 | |
| |
| 853 | [PreserveSig] |
| |
| 854 | [CallerCount(Count = 0)] |
| |
| 855 | [CallsUnknownMethods(Count = 1)] |
| |
| 856 | public static extern int CSharp_DynamicSequenceStop__SWIG_1(uint jarg1, int jarg2); |
| |
| 857 | |
| |
| 858 | [PreserveSig] |
| |
| 859 | [CallerCount(Count = 0)] |
| |
| 860 | [CallsUnknownMethods(Count = 1)] |
| |
| 861 | public static extern int CSharp_DynamicSequenceStop__SWIG_2(uint jarg1); |
| |
| 862 | |
| |
| 863 | [PreserveSig] |
| |
| 864 | [CallerCount(Count = 0)] |
| |
| 865 | [CallsUnknownMethods(Count = 1)] |
| |
| 866 | public static extern int CSharp_DynamicSequenceBreak(uint jarg1); |
| |
| 867 | |
| |
| 868 | [PreserveSig] |
| |
| 869 | [CallerCount(Count = 0)] |
| |
| 870 | [CallsUnknownMethods(Count = 1)] |
| |
| 871 | public static extern int CSharp_DynamicSequenceGetPauseTimes(uint jarg1, out uint jarg2, out uint jarg3); |
| |
| 872 | |
| |
| 873 | [PreserveSig] |
| |
| 874 | [CallerCount(Count = 0)] |
| |
| 875 | [CallsUnknownMethods(Count = 1)] |
| |
| 876 | public static extern IntPtr CSharp_DynamicSequenceLockPlaylist(uint jarg1); |
| |
| 877 | |
| |
| 878 | [PreserveSig] |
| |
| 879 | [CallerCount(Count = 0)] |
| |
| 880 | [CallsUnknownMethods(Count = 1)] |
| |
| 881 | public static extern int CSharp_DynamicSequenceUnlockPlaylist(uint jarg1); |
| |
| 882 | |
| |
| 883 | [PreserveSig] |
| |
| 884 | [CallerCount(Count = 0)] |
| |
| 885 | [CallsUnknownMethods(Count = 1)] |
| |
| 886 | public static extern IntPtr CSharp_new_AkOutputSettings__SWIG_0(); |
| |
| 887 | |
| |
| 888 | [PreserveSig] |
| |
| 889 | [CallerCount(Count = 0)] |
| |
| 890 | [CallsDeduplicatedMethods(Count = 3)] |
| |
| 891 | [CallsUnknownMethods(Count = 4)] |
| |
| 892 | public static extern IntPtr CSharp_new_AkOutputSettings__SWIG_1(string jarg1, uint jarg2, IntPtr jarg3, int jarg4); |
| |
| 893 | |
| |
| 894 | [PreserveSig] |
| |
| 895 | [CallerCount(Count = 0)] |
| |
| 896 | [CallsDeduplicatedMethods(Count = 3)] |
| |
| 897 | [CallsUnknownMethods(Count = 4)] |
| |
| 898 | public static extern IntPtr CSharp_new_AkOutputSettings__SWIG_2(string jarg1, uint jarg2, IntPtr jarg3); |
| |
| 899 | |
| |
| 900 | [PreserveSig] |
| |
| 901 | [CallerCount(Count = 0)] |
| |
| 902 | [CallsDeduplicatedMethods(Count = 3)] |
| |
| 903 | [CallsUnknownMethods(Count = 4)] |
| |
| 904 | public static extern IntPtr CSharp_new_AkOutputSettings__SWIG_3(string jarg1, uint jarg2); |
| |
| 905 | |
| |
| 906 | [PreserveSig] |
| |
| 907 | [CallerCount(Count = 0)] |
| |
| 908 | [CallsDeduplicatedMethods(Count = 3)] |
| |
| 909 | [CallsUnknownMethods(Count = 4)] |
| |
| 910 | public static extern IntPtr CSharp_new_AkOutputSettings__SWIG_4(string jarg1); |
| |
| 911 | |
| |
| 912 | [PreserveSig] |
| |
| 913 | [CallerCount(Count = 0)] |
| |
| 914 | [CallsUnknownMethods(Count = 1)] |
| |
| 915 | public static extern void CSharp_AkOutputSettings_audioDeviceShareset_set(IntPtr jarg1, uint jarg2); |
| |
| 916 | |
| |
| 917 | [PreserveSig] |
| |
| 918 | [CallerCount(Count = 0)] |
| |
| 919 | [CallsUnknownMethods(Count = 1)] |
| |
| 920 | public static extern uint CSharp_AkOutputSettings_audioDeviceShareset_get(IntPtr jarg1); |
| |
| 921 | |
| |
| 922 | [PreserveSig] |
| |
| 923 | [CallerCount(Count = 0)] |
| |
| 924 | [CallsUnknownMethods(Count = 1)] |
| |
| 925 | public static extern void CSharp_AkOutputSettings_idDevice_set(IntPtr jarg1, uint jarg2); |
| |
| 926 | |
| |
| 927 | [PreserveSig] |
| |
| 928 | [CallerCount(Count = 0)] |
| |
| 929 | [CallsUnknownMethods(Count = 1)] |
| |
| 930 | public static extern uint CSharp_AkOutputSettings_idDevice_get(IntPtr jarg1); |
| |
| 931 | |
| |
| 932 | [PreserveSig] |
| |
| 933 | [CallerCount(Count = 0)] |
| |
| 934 | [CallsUnknownMethods(Count = 1)] |
| |
| 935 | public static extern void CSharp_AkOutputSettings_ePanningRule_set(IntPtr jarg1, int jarg2); |
| |
| 936 | |
| |
| 937 | [PreserveSig] |
| |
| 938 | [CallerCount(Count = 0)] |
| |
| 939 | [CallsUnknownMethods(Count = 1)] |
| |
| 940 | public static extern int CSharp_AkOutputSettings_ePanningRule_get(IntPtr jarg1); |
| |
| 941 | |
| |
| 942 | [PreserveSig] |
| |
| 943 | [CallerCount(Count = 0)] |
| |
| 944 | [CallsUnknownMethods(Count = 1)] |
| |
| 945 | public static extern void CSharp_AkOutputSettings_channelConfig_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 946 | |
| |
| 947 | [PreserveSig] |
| |
| 948 | [CallerCount(Count = 0)] |
| |
| 949 | [CallsUnknownMethods(Count = 1)] |
| |
| 950 | public static extern IntPtr CSharp_AkOutputSettings_channelConfig_get(IntPtr jarg1); |
| |
| 951 | |
| |
| 952 | [PreserveSig] |
| |
| 953 | [CallerCount(Count = 0)] |
| |
| 954 | [CallsUnknownMethods(Count = 1)] |
| |
| 955 | public static extern void CSharp_delete_AkOutputSettings(IntPtr jarg1); |
| |
| 956 | |
| |
| 957 | [PreserveSig] |
| |
| 958 | [CallerCount(Count = 0)] |
| |
| 959 | [CallsUnknownMethods(Count = 1)] |
| |
| 960 | public static extern void CSharp_AkTaskContext_uIdxThread_set(IntPtr jarg1, uint jarg2); |
| |
| 961 | |
| |
| 962 | [PreserveSig] |
| |
| 963 | [CallerCount(Count = 0)] |
| |
| 964 | [CallsUnknownMethods(Count = 1)] |
| |
| 965 | public static extern uint CSharp_AkTaskContext_uIdxThread_get(IntPtr jarg1); |
| |
| 966 | |
| |
| 967 | [PreserveSig] |
| |
| 968 | [CallerCount(Count = 0)] |
| |
| 969 | [CallsUnknownMethods(Count = 1)] |
| |
| 970 | public static extern IntPtr CSharp_new_AkTaskContext(); |
| |
| 971 | |
| |
| 972 | [PreserveSig] |
| |
| 973 | [CallerCount(Count = 0)] |
| |
| 974 | [CallsUnknownMethods(Count = 1)] |
| |
| 975 | public static extern void CSharp_delete_AkTaskContext(IntPtr jarg1); |
| |
| 976 | |
| |
| 977 | [PreserveSig] |
| |
| 978 | [CallerCount(Count = 0)] |
| |
| 979 | [CallsUnknownMethods(Count = 1)] |
| |
| 980 | public static extern void CSharp_AkInitSettings_uMaxNumPaths_set(IntPtr jarg1, uint jarg2); |
| |
| 981 | |
| |
| 982 | [PreserveSig] |
| |
| 983 | [CallerCount(Count = 0)] |
| |
| 984 | [CallsUnknownMethods(Count = 1)] |
| |
| 985 | public static extern uint CSharp_AkInitSettings_uMaxNumPaths_get(IntPtr jarg1); |
| |
| 986 | |
| |
| 987 | [PreserveSig] |
| |
| 988 | [CallerCount(Count = 0)] |
| |
| 989 | [CallsUnknownMethods(Count = 1)] |
| |
| 990 | public static extern void CSharp_AkInitSettings_uDefaultPoolSize_set(IntPtr jarg1, uint jarg2); |
| |
| 991 | |
| |
| 992 | [PreserveSig] |
| |
| 993 | [CallerCount(Count = 0)] |
| |
| 994 | [CallsUnknownMethods(Count = 1)] |
| |
| 995 | public static extern uint CSharp_AkInitSettings_uDefaultPoolSize_get(IntPtr jarg1); |
| |
| 996 | |
| |
| 997 | [PreserveSig] |
| |
| 998 | [CallerCount(Count = 0)] |
| |
| 999 | [CallsUnknownMethods(Count = 1)] |
| |
| 1000 | public static extern void CSharp_AkInitSettings_fDefaultPoolRatioThreshold_set(IntPtr jarg1, float jarg2); |
| |
| 1001 | |
| |
| 1002 | [PreserveSig] |
| |
| 1003 | [CallerCount(Count = 0)] |
| |
| 1004 | [CallsUnknownMethods(Count = 1)] |
| |
| 1005 | public static extern float CSharp_AkInitSettings_fDefaultPoolRatioThreshold_get(IntPtr jarg1); |
| |
| 1006 | |
| |
| 1007 | [PreserveSig] |
| |
| 1008 | [CallerCount(Count = 0)] |
| |
| 1009 | [CallsUnknownMethods(Count = 1)] |
| |
| 1010 | public static extern void CSharp_AkInitSettings_uCommandQueueSize_set(IntPtr jarg1, uint jarg2); |
| |
| 1011 | |
| |
| 1012 | [PreserveSig] |
| |
| 1013 | [CallerCount(Count = 0)] |
| |
| 1014 | [CallsUnknownMethods(Count = 1)] |
| |
| 1015 | public static extern uint CSharp_AkInitSettings_uCommandQueueSize_get(IntPtr jarg1); |
| |
| 1016 | |
| |
| 1017 | [PreserveSig] |
| |
| 1018 | [CallerCount(Count = 0)] |
| |
| 1019 | [CallsUnknownMethods(Count = 1)] |
| |
| 1020 | public static extern void CSharp_AkInitSettings_uPrepareEventMemoryPoolID_set(IntPtr jarg1, int jarg2); |
| |
| 1021 | |
| |
| 1022 | [PreserveSig] |
| |
| 1023 | [CallerCount(Count = 0)] |
| |
| 1024 | [CallsUnknownMethods(Count = 1)] |
| |
| 1025 | public static extern int CSharp_AkInitSettings_uPrepareEventMemoryPoolID_get(IntPtr jarg1); |
| |
| 1026 | |
| |
| 1027 | [PreserveSig] |
| |
| 1028 | [CallerCount(Count = 0)] |
| |
| 1029 | [CallsUnknownMethods(Count = 1)] |
| |
| 1030 | public static extern void CSharp_AkInitSettings_bEnableGameSyncPreparation_set(IntPtr jarg1, bool jarg2); |
| |
| 1031 | |
| |
| 1032 | [PreserveSig] |
| |
| 1033 | [CallerCount(Count = 0)] |
| |
| 1034 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 1035 | [CallsUnknownMethods(Count = 1)] |
| |
| 1036 | public static extern bool CSharp_AkInitSettings_bEnableGameSyncPreparation_get(IntPtr jarg1); |
| |
| 1037 | |
| |
| 1038 | [PreserveSig] |
| |
| 1039 | [CallerCount(Count = 0)] |
| |
| 1040 | [CallsUnknownMethods(Count = 1)] |
| |
| 1041 | public static extern void CSharp_AkInitSettings_uContinuousPlaybackLookAhead_set(IntPtr jarg1, uint jarg2); |
| |
| 1042 | |
| |
| 1043 | [PreserveSig] |
| |
| 1044 | [CallerCount(Count = 0)] |
| |
| 1045 | [CallsUnknownMethods(Count = 1)] |
| |
| 1046 | public static extern uint CSharp_AkInitSettings_uContinuousPlaybackLookAhead_get(IntPtr jarg1); |
| |
| 1047 | |
| |
| 1048 | [PreserveSig] |
| |
| 1049 | [CallerCount(Count = 0)] |
| |
| 1050 | [CallsUnknownMethods(Count = 1)] |
| |
| 1051 | public static extern void CSharp_AkInitSettings_uNumSamplesPerFrame_set(IntPtr jarg1, uint jarg2); |
| |
| 1052 | |
| |
| 1053 | [PreserveSig] |
| |
| 1054 | [CallerCount(Count = 0)] |
| |
| 1055 | [CallsUnknownMethods(Count = 1)] |
| |
| 1056 | public static extern uint CSharp_AkInitSettings_uNumSamplesPerFrame_get(IntPtr jarg1); |
| |
| 1057 | |
| |
| 1058 | [PreserveSig] |
| |
| 1059 | [CallerCount(Count = 0)] |
| |
| 1060 | [CallsUnknownMethods(Count = 1)] |
| |
| 1061 | public static extern void CSharp_AkInitSettings_uMonitorPoolSize_set(IntPtr jarg1, uint jarg2); |
| |
| 1062 | |
| |
| 1063 | [PreserveSig] |
| |
| 1064 | [CallerCount(Count = 0)] |
| |
| 1065 | [CallsUnknownMethods(Count = 1)] |
| |
| 1066 | public static extern uint CSharp_AkInitSettings_uMonitorPoolSize_get(IntPtr jarg1); |
| |
| 1067 | |
| |
| 1068 | [PreserveSig] |
| |
| 1069 | [CallerCount(Count = 0)] |
| |
| 1070 | [CallsUnknownMethods(Count = 1)] |
| |
| 1071 | public static extern void CSharp_AkInitSettings_uMonitorQueuePoolSize_set(IntPtr jarg1, uint jarg2); |
| |
| 1072 | |
| |
| 1073 | [PreserveSig] |
| |
| 1074 | [CallerCount(Count = 0)] |
| |
| 1075 | [CallsUnknownMethods(Count = 1)] |
| |
| 1076 | public static extern uint CSharp_AkInitSettings_uMonitorQueuePoolSize_get(IntPtr jarg1); |
| |
| 1077 | |
| |
| 1078 | [PreserveSig] |
| |
| 1079 | [CallerCount(Count = 0)] |
| |
| 1080 | [CallsUnknownMethods(Count = 1)] |
| |
| 1081 | public static extern void CSharp_AkInitSettings_settingsMainOutput_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 1082 | |
| |
| 1083 | [PreserveSig] |
| |
| 1084 | [CallerCount(Count = 0)] |
| |
| 1085 | [CallsUnknownMethods(Count = 1)] |
| |
| 1086 | public static extern IntPtr CSharp_AkInitSettings_settingsMainOutput_get(IntPtr jarg1); |
| |
| 1087 | |
| |
| 1088 | [PreserveSig] |
| |
| 1089 | [CallerCount(Count = 0)] |
| |
| 1090 | [CallsUnknownMethods(Count = 1)] |
| |
| 1091 | public static extern void CSharp_AkInitSettings_uMaxHardwareTimeoutMs_set(IntPtr jarg1, uint jarg2); |
| |
| 1092 | |
| |
| 1093 | [PreserveSig] |
| |
| 1094 | [CallerCount(Count = 0)] |
| |
| 1095 | [CallsUnknownMethods(Count = 1)] |
| |
| 1096 | public static extern uint CSharp_AkInitSettings_uMaxHardwareTimeoutMs_get(IntPtr jarg1); |
| |
| 1097 | |
| |
| 1098 | [PreserveSig] |
| |
| 1099 | [CallerCount(Count = 0)] |
| |
| 1100 | [CallsUnknownMethods(Count = 1)] |
| |
| 1101 | public static extern void CSharp_AkInitSettings_bUseSoundBankMgrThread_set(IntPtr jarg1, bool jarg2); |
| |
| 1102 | |
| |
| 1103 | [PreserveSig] |
| |
| 1104 | [CallerCount(Count = 0)] |
| |
| 1105 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 1106 | [CallsUnknownMethods(Count = 1)] |
| |
| 1107 | public static extern bool CSharp_AkInitSettings_bUseSoundBankMgrThread_get(IntPtr jarg1); |
| |
| 1108 | |
| |
| 1109 | [PreserveSig] |
| |
| 1110 | [CallerCount(Count = 0)] |
| |
| 1111 | [CallsUnknownMethods(Count = 1)] |
| |
| 1112 | public static extern void CSharp_AkInitSettings_bUseLEngineThread_set(IntPtr jarg1, bool jarg2); |
| |
| 1113 | |
| |
| 1114 | [PreserveSig] |
| |
| 1115 | [CallerCount(Count = 0)] |
| |
| 1116 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 1117 | [CallsUnknownMethods(Count = 1)] |
| |
| 1118 | public static extern bool CSharp_AkInitSettings_bUseLEngineThread_get(IntPtr jarg1); |
| |
| 1119 | |
| |
| 1120 | [PreserveSig] |
| |
| 1121 | [CallerCount(Count = 0)] |
| |
| 1122 | [CallsUnknownMethods(Count = 1)] |
| |
| 1123 | public static extern void CSharp_AkInitSettings_szPluginDLLPath_set(IntPtr jarg1, string jarg2); |
| |
| 1124 | |
| |
| 1125 | [PreserveSig] |
| |
| 1126 | [CallerCount(Count = 0)] |
| |
| 1127 | [CallsUnknownMethods(Count = 1)] |
| |
| 1128 | public static extern IntPtr CSharp_AkInitSettings_szPluginDLLPath_get(IntPtr jarg1); |
| |
| 1129 | |
| |
| 1130 | [PreserveSig] |
| |
| 1131 | [CallerCount(Count = 0)] |
| |
| 1132 | [CallsUnknownMethods(Count = 1)] |
| |
| 1133 | public static extern void CSharp_AkInitSettings_eFloorPlane_set(IntPtr jarg1, int jarg2); |
| |
| 1134 | |
| |
| 1135 | [PreserveSig] |
| |
| 1136 | [CallerCount(Count = 0)] |
| |
| 1137 | [CallsUnknownMethods(Count = 1)] |
| |
| 1138 | public static extern int CSharp_AkInitSettings_eFloorPlane_get(IntPtr jarg1); |
| |
| 1139 | |
| |
| 1140 | [PreserveSig] |
| |
| 1141 | [CallerCount(Count = 0)] |
| |
| 1142 | [CallsUnknownMethods(Count = 1)] |
| |
| 1143 | public static extern IntPtr CSharp_new_AkInitSettings(); |
| |
| 1144 | |
| |
| 1145 | [PreserveSig] |
| |
| 1146 | [CallerCount(Count = 0)] |
| |
| 1147 | [CallsUnknownMethods(Count = 1)] |
| |
| 1148 | public static extern void CSharp_delete_AkInitSettings(IntPtr jarg1); |
| |
| 1149 | |
| |
| 1150 | [PreserveSig] |
| |
| 1151 | [CallerCount(Count = 0)] |
| |
| 1152 | [CallsUnknownMethods(Count = 1)] |
| |
| 1153 | public static extern void CSharp_AkSourceSettings_sourceID_set(IntPtr jarg1, uint jarg2); |
| |
| 1154 | |
| |
| 1155 | [PreserveSig] |
| |
| 1156 | [CallerCount(Count = 0)] |
| |
| 1157 | [CallsUnknownMethods(Count = 1)] |
| |
| 1158 | public static extern uint CSharp_AkSourceSettings_sourceID_get(IntPtr jarg1); |
| |
| 1159 | |
| |
| 1160 | [PreserveSig] |
| |
| 1161 | [CallerCount(Count = 0)] |
| |
| 1162 | [CallsUnknownMethods(Count = 1)] |
| |
| 1163 | public static extern void CSharp_AkSourceSettings_pMediaMemory_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 1164 | |
| |
| 1165 | [PreserveSig] |
| |
| 1166 | [CallerCount(Count = 0)] |
| |
| 1167 | [CallsUnknownMethods(Count = 1)] |
| |
| 1168 | public static extern IntPtr CSharp_AkSourceSettings_pMediaMemory_get(IntPtr jarg1); |
| |
| 1169 | |
| |
| 1170 | [PreserveSig] |
| |
| 1171 | [CallerCount(Count = 0)] |
| |
| 1172 | [CallsUnknownMethods(Count = 1)] |
| |
| 1173 | public static extern void CSharp_AkSourceSettings_uMediaSize_set(IntPtr jarg1, uint jarg2); |
| |
| 1174 | |
| |
| 1175 | [PreserveSig] |
| |
| 1176 | [CallerCount(Count = 0)] |
| |
| 1177 | [CallsUnknownMethods(Count = 1)] |
| |
| 1178 | public static extern uint CSharp_AkSourceSettings_uMediaSize_get(IntPtr jarg1); |
| |
| 1179 | |
| |
| 1180 | [PreserveSig] |
| |
| 1181 | [CalledBy(Type = typeof(AkSourceSettings), Member = "Clear")] |
| |
| 1182 | [CalledBy(Type = typeof(AkSourceSettingsArray), Member = "DefaultConstructAtIntPtr")] |
| |
| 1183 | [CallerCount(Count = 2)] |
| |
| 1184 | [CallsUnknownMethods(Count = 1)] |
| |
| 1185 | public static extern void CSharp_AkSourceSettings_Clear(IntPtr jarg1); |
| |
| 1186 | |
| |
| 1187 | [PreserveSig] |
| |
| 1188 | [CalledBy(Type = typeof(AkSourceSettings), Member = "GetSizeOf")] |
| |
| 1189 | [CalledBy(Type = typeof(AkSourceSettingsArray), Member = "get_StructureSize")] |
| |
| 1190 | [CallerCount(Count = 2)] |
| |
| 1191 | [CallsUnknownMethods(Count = 1)] |
| |
| 1192 | public static extern int CSharp_AkSourceSettings_GetSizeOf(); |
| |
| 1193 | |
| |
| 1194 | [PreserveSig] |
| |
| 1195 | [CalledBy(Type = typeof(AkSourceSettings), Member = "Clone")] |
| |
| 1196 | [CalledBy(Type = typeof(AkSourceSettingsArray), Member = "CloneIntoReferenceFromIntPtr")] |
| |
| 1197 | [CallerCount(Count = 2)] |
| |
| 1198 | [CallsUnknownMethods(Count = 1)] |
| |
| 1199 | public static extern void CSharp_AkSourceSettings_Clone(IntPtr jarg1, IntPtr jarg2); |
| |
| 1200 | |
| |
| 1201 | [PreserveSig] |
| |
| 1202 | [CallerCount(Count = 0)] |
| |
| 1203 | [CallsUnknownMethods(Count = 1)] |
| |
| 1204 | public static extern IntPtr CSharp_new_AkSourceSettings(); |
| |
| 1205 | |
| |
| 1206 | [PreserveSig] |
| |
| 1207 | [CallerCount(Count = 0)] |
| |
| 1208 | [CallsUnknownMethods(Count = 1)] |
| |
| 1209 | public static extern void CSharp_delete_AkSourceSettings(IntPtr jarg1); |
| |
| 1210 | |
| |
| 1211 | [PreserveSig] |
| |
| 1212 | [CallerCount(Count = 0)] |
| |
| 1213 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 1214 | [CallsUnknownMethods(Count = 1)] |
| |
| 1215 | public static extern bool CSharp_IsInitialized(); |
| |
| 1216 | |
| |
| 1217 | [PreserveSig] |
| |
| 1218 | [CallerCount(Count = 0)] |
| |
| 1219 | [CallsUnknownMethods(Count = 1)] |
| |
| 1220 | public static extern int CSharp_GetAudioSettings(IntPtr jarg1); |
| |
| 1221 | |
| |
| 1222 | [PreserveSig] |
| |
| 1223 | [CallerCount(Count = 0)] |
| |
| 1224 | [CallsUnknownMethods(Count = 1)] |
| |
| 1225 | public static extern IntPtr CSharp_GetSpeakerConfiguration__SWIG_0(ulong jarg1); |
| |
| 1226 | |
| |
| 1227 | [PreserveSig] |
| |
| 1228 | [CallerCount(Count = 0)] |
| |
| 1229 | [CallsUnknownMethods(Count = 1)] |
| |
| 1230 | public static extern IntPtr CSharp_GetSpeakerConfiguration__SWIG_1(); |
| |
| 1231 | |
| |
| 1232 | [PreserveSig] |
| |
| 1233 | [CallerCount(Count = 0)] |
| |
| 1234 | [CallsUnknownMethods(Count = 1)] |
| |
| 1235 | public static extern int CSharp_GetPanningRule__SWIG_0(out int jarg1, ulong jarg2); |
| |
| 1236 | |
| |
| 1237 | [PreserveSig] |
| |
| 1238 | [CallerCount(Count = 0)] |
| |
| 1239 | [CallsUnknownMethods(Count = 1)] |
| |
| 1240 | public static extern int CSharp_GetPanningRule__SWIG_1(out int jarg1); |
| |
| 1241 | |
| |
| 1242 | [PreserveSig] |
| |
| 1243 | [CallerCount(Count = 0)] |
| |
| 1244 | [CallsUnknownMethods(Count = 1)] |
| |
| 1245 | public static extern int CSharp_SetPanningRule__SWIG_0(int jarg1, ulong jarg2); |
| |
| 1246 | |
| |
| 1247 | [PreserveSig] |
| |
| 1248 | [CallerCount(Count = 0)] |
| |
| 1249 | [CallsUnknownMethods(Count = 1)] |
| |
| 1250 | public static extern int CSharp_SetPanningRule__SWIG_1(int jarg1); |
| |
| 1251 | |
| |
| 1252 | [PreserveSig] |
| |
| 1253 | [CallerCount(Count = 0)] |
| |
| 1254 | [CallsUnknownMethods(Count = 1)] |
| |
| 1255 | public static extern int CSharp_GetSpeakerAngles__SWIG_0([In][Out] float[] jarg1, ref uint jarg2, out float jarg3, ulong jarg4); |
| |
| 1256 | |
| |
| 1257 | [PreserveSig] |
| |
| 1258 | [CallerCount(Count = 0)] |
| |
| 1259 | [CallsUnknownMethods(Count = 1)] |
| |
| 1260 | public static extern int CSharp_GetSpeakerAngles__SWIG_1([In][Out] float[] jarg1, ref uint jarg2, out float jarg3); |
| |
| 1261 | |
| |
| 1262 | [PreserveSig] |
| |
| 1263 | [CallerCount(Count = 0)] |
| |
| 1264 | [CallsUnknownMethods(Count = 1)] |
| |
| 1265 | public static extern int CSharp_SetSpeakerAngles__SWIG_0([In] float[] jarg1, uint jarg2, float jarg3, ulong jarg4); |
| |
| 1266 | |
| |
| 1267 | [PreserveSig] |
| |
| 1268 | [CallerCount(Count = 0)] |
| |
| 1269 | [CallsUnknownMethods(Count = 1)] |
| |
| 1270 | public static extern int CSharp_SetSpeakerAngles__SWIG_1([In] float[] jarg1, uint jarg2, float jarg3); |
| |
| 1271 | |
| |
| 1272 | [PreserveSig] |
| |
| 1273 | [CallerCount(Count = 0)] |
| |
| 1274 | [CallsUnknownMethods(Count = 1)] |
| |
| 1275 | public static extern int CSharp_SetVolumeThreshold(float jarg1); |
| |
| 1276 | |
| |
| 1277 | [PreserveSig] |
| |
| 1278 | [CallerCount(Count = 0)] |
| |
| 1279 | [CallsUnknownMethods(Count = 1)] |
| |
| 1280 | public static extern int CSharp_SetMaxNumVoicesLimit(ushort jarg1); |
| |
| 1281 | |
| |
| 1282 | [PreserveSig] |
| |
| 1283 | [CallerCount(Count = 0)] |
| |
| 1284 | [CallsUnknownMethods(Count = 1)] |
| |
| 1285 | public static extern int CSharp_RenderAudio__SWIG_0(bool jarg1); |
| |
| 1286 | |
| |
| 1287 | [PreserveSig] |
| |
| 1288 | [CallerCount(Count = 0)] |
| |
| 1289 | [CallsUnknownMethods(Count = 1)] |
| |
| 1290 | public static extern int CSharp_RenderAudio__SWIG_1(); |
| |
| 1291 | |
| |
| 1292 | [PreserveSig] |
| |
| 1293 | [CallerCount(Count = 0)] |
| |
| 1294 | [CallsUnknownMethods(Count = 1)] |
| |
| 1295 | public static extern int CSharp_RegisterPluginDLL__SWIG_0(string jarg1, string jarg2); |
| |
| 1296 | |
| |
| 1297 | [PreserveSig] |
| |
| 1298 | [CallerCount(Count = 0)] |
| |
| 1299 | [CallsUnknownMethods(Count = 1)] |
| |
| 1300 | public static extern int CSharp_RegisterPluginDLL__SWIG_1(string jarg1); |
| |
| 1301 | |
| |
| 1302 | [PreserveSig] |
| |
| 1303 | [CallerCount(Count = 0)] |
| |
| 1304 | [CallsUnknownMethods(Count = 1)] |
| |
| 1305 | public static extern uint CSharp_GetIDFromString__SWIG_0(string jarg1); |
| |
| 1306 | |
| |
| 1307 | [PreserveSig] |
| |
| 1308 | [CallerCount(Count = 0)] |
| |
| 1309 | [CallsUnknownMethods(Count = 1)] |
| |
| 1310 | public static extern uint CSharp_PostEvent__SWIG_0(uint jarg1, ulong jarg2, uint jarg3, IntPtr jarg4, IntPtr jarg5, uint jarg6, IntPtr jarg7, uint jarg8); |
| |
| 1311 | |
| |
| 1312 | [PreserveSig] |
| |
| 1313 | [CallerCount(Count = 0)] |
| |
| 1314 | [CallsUnknownMethods(Count = 1)] |
| |
| 1315 | public static extern uint CSharp_PostEvent__SWIG_1(uint jarg1, ulong jarg2, uint jarg3, IntPtr jarg4, IntPtr jarg5, uint jarg6, IntPtr jarg7); |
| |
| 1316 | |
| |
| 1317 | [PreserveSig] |
| |
| 1318 | [CallerCount(Count = 0)] |
| |
| 1319 | [CallsUnknownMethods(Count = 1)] |
| |
| 1320 | public static extern uint CSharp_PostEvent__SWIG_2(uint jarg1, ulong jarg2, uint jarg3, IntPtr jarg4, IntPtr jarg5); |
| |
| 1321 | |
| |
| 1322 | [PreserveSig] |
| |
| 1323 | [CallerCount(Count = 0)] |
| |
| 1324 | [CallsUnknownMethods(Count = 1)] |
| |
| 1325 | public static extern uint CSharp_PostEvent__SWIG_3(uint jarg1, ulong jarg2); |
| |
| 1326 | |
| |
| 1327 | [PreserveSig] |
| |
| 1328 | [CallerCount(Count = 0)] |
| |
| 1329 | [CallsUnknownMethods(Count = 1)] |
| |
| 1330 | public static extern uint CSharp_PostEvent__SWIG_4(string jarg1, ulong jarg2, uint jarg3, IntPtr jarg4, IntPtr jarg5, uint jarg6, IntPtr jarg7, uint jarg8); |
| |
| 1331 | |
| |
| 1332 | [PreserveSig] |
| |
| 1333 | [CallerCount(Count = 0)] |
| |
| 1334 | [CallsUnknownMethods(Count = 1)] |
| |
| 1335 | public static extern uint CSharp_PostEvent__SWIG_5(string jarg1, ulong jarg2, uint jarg3, IntPtr jarg4, IntPtr jarg5, uint jarg6, IntPtr jarg7); |
| |
| 1336 | |
| |
| 1337 | [PreserveSig] |
| |
| 1338 | [CallerCount(Count = 0)] |
| |
| 1339 | [CallsUnknownMethods(Count = 1)] |
| |
| 1340 | public static extern uint CSharp_PostEvent__SWIG_6(string jarg1, ulong jarg2, uint jarg3, IntPtr jarg4, IntPtr jarg5); |
| |
| 1341 | |
| |
| 1342 | [PreserveSig] |
| |
| 1343 | [CallerCount(Count = 0)] |
| |
| 1344 | [CallsUnknownMethods(Count = 1)] |
| |
| 1345 | public static extern uint CSharp_PostEvent__SWIG_7(string jarg1, ulong jarg2); |
| |
| 1346 | |
| |
| 1347 | [PreserveSig] |
| |
| 1348 | [CallerCount(Count = 0)] |
| |
| 1349 | [CallsUnknownMethods(Count = 1)] |
| |
| 1350 | public static extern int CSharp_ExecuteActionOnEvent__SWIG_0(uint jarg1, int jarg2, ulong jarg3, int jarg4, int jarg5, uint jarg6); |
| |
| 1351 | |
| |
| 1352 | [PreserveSig] |
| |
| 1353 | [CallerCount(Count = 0)] |
| |
| 1354 | [CallsUnknownMethods(Count = 1)] |
| |
| 1355 | public static extern int CSharp_ExecuteActionOnEvent__SWIG_1(uint jarg1, int jarg2, ulong jarg3, int jarg4, int jarg5); |
| |
| 1356 | |
| |
| 1357 | [PreserveSig] |
| |
| 1358 | [CallerCount(Count = 0)] |
| |
| 1359 | [CallsUnknownMethods(Count = 1)] |
| |
| 1360 | public static extern int CSharp_ExecuteActionOnEvent__SWIG_2(uint jarg1, int jarg2, ulong jarg3, int jarg4); |
| |
| 1361 | |
| |
| 1362 | [PreserveSig] |
| |
| 1363 | [CallerCount(Count = 0)] |
| |
| 1364 | [CallsUnknownMethods(Count = 1)] |
| |
| 1365 | public static extern int CSharp_ExecuteActionOnEvent__SWIG_3(uint jarg1, int jarg2, ulong jarg3); |
| |
| 1366 | |
| |
| 1367 | [PreserveSig] |
| |
| 1368 | [CallerCount(Count = 0)] |
| |
| 1369 | [CallsUnknownMethods(Count = 1)] |
| |
| 1370 | public static extern int CSharp_ExecuteActionOnEvent__SWIG_4(uint jarg1, int jarg2); |
| |
| 1371 | |
| |
| 1372 | [PreserveSig] |
| |
| 1373 | [CallerCount(Count = 0)] |
| |
| 1374 | [CallsUnknownMethods(Count = 1)] |
| |
| 1375 | public static extern int CSharp_ExecuteActionOnEvent__SWIG_5(string jarg1, int jarg2, ulong jarg3, int jarg4, int jarg5, uint jarg6); |
| |
| 1376 | |
| |
| 1377 | [PreserveSig] |
| |
| 1378 | [CallerCount(Count = 0)] |
| |
| 1379 | [CallsUnknownMethods(Count = 1)] |
| |
| 1380 | public static extern int CSharp_ExecuteActionOnEvent__SWIG_6(string jarg1, int jarg2, ulong jarg3, int jarg4, int jarg5); |
| |
| 1381 | |
| |
| 1382 | [PreserveSig] |
| |
| 1383 | [CallerCount(Count = 0)] |
| |
| 1384 | [CallsUnknownMethods(Count = 1)] |
| |
| 1385 | public static extern int CSharp_ExecuteActionOnEvent__SWIG_7(string jarg1, int jarg2, ulong jarg3, int jarg4); |
| |
| 1386 | |
| |
| 1387 | [PreserveSig] |
| |
| 1388 | [CallerCount(Count = 0)] |
| |
| 1389 | [CallsUnknownMethods(Count = 1)] |
| |
| 1390 | public static extern int CSharp_ExecuteActionOnEvent__SWIG_8(string jarg1, int jarg2, ulong jarg3); |
| |
| 1391 | |
| |
| 1392 | [PreserveSig] |
| |
| 1393 | [CallerCount(Count = 0)] |
| |
| 1394 | [CallsUnknownMethods(Count = 1)] |
| |
| 1395 | public static extern int CSharp_ExecuteActionOnEvent__SWIG_9(string jarg1, int jarg2); |
| |
| 1396 | |
| |
| 1397 | [PreserveSig] |
| |
| 1398 | [CallerCount(Count = 0)] |
| |
| 1399 | [CallsUnknownMethods(Count = 1)] |
| |
| 1400 | public static extern int CSharp_PostMIDIOnEvent(uint jarg1, ulong jarg2, IntPtr jarg3, ushort jarg4); |
| |
| 1401 | |
| |
| 1402 | [PreserveSig] |
| |
| 1403 | [CallerCount(Count = 0)] |
| |
| 1404 | [CallsUnknownMethods(Count = 1)] |
| |
| 1405 | public static extern int CSharp_StopMIDIOnEvent__SWIG_0(uint jarg1, ulong jarg2); |
| |
| 1406 | |
| |
| 1407 | [PreserveSig] |
| |
| 1408 | [CallerCount(Count = 0)] |
| |
| 1409 | [CallsUnknownMethods(Count = 1)] |
| |
| 1410 | public static extern int CSharp_StopMIDIOnEvent__SWIG_1(uint jarg1); |
| |
| 1411 | |
| |
| 1412 | [PreserveSig] |
| |
| 1413 | [CallerCount(Count = 0)] |
| |
| 1414 | [CallsUnknownMethods(Count = 1)] |
| |
| 1415 | public static extern int CSharp_StopMIDIOnEvent__SWIG_2(); |
| |
| 1416 | |
| |
| 1417 | [PreserveSig] |
| |
| 1418 | [CallerCount(Count = 0)] |
| |
| 1419 | [CallsUnknownMethods(Count = 1)] |
| |
| 1420 | public static extern int CSharp_PinEventInStreamCache__SWIG_0(uint jarg1, char jarg2, char jarg3); |
| |
| 1421 | |
| |
| 1422 | [PreserveSig] |
| |
| 1423 | [CallerCount(Count = 0)] |
| |
| 1424 | [CallsUnknownMethods(Count = 1)] |
| |
| 1425 | public static extern int CSharp_PinEventInStreamCache__SWIG_1(string jarg1, char jarg2, char jarg3); |
| |
| 1426 | |
| |
| 1427 | [PreserveSig] |
| |
| 1428 | [CallerCount(Count = 0)] |
| |
| 1429 | [CallsUnknownMethods(Count = 1)] |
| |
| 1430 | public static extern int CSharp_UnpinEventInStreamCache__SWIG_0(uint jarg1); |
| |
| 1431 | |
| |
| 1432 | [PreserveSig] |
| |
| 1433 | [CallerCount(Count = 0)] |
| |
| 1434 | [CallsUnknownMethods(Count = 1)] |
| |
| 1435 | public static extern int CSharp_UnpinEventInStreamCache__SWIG_1(string jarg1); |
| |
| 1436 | |
| |
| 1437 | [PreserveSig] |
| |
| 1438 | [CallerCount(Count = 0)] |
| |
| 1439 | [CallsUnknownMethods(Count = 1)] |
| |
| 1440 | public static extern int CSharp_GetBufferStatusForPinnedEvent__SWIG_0(uint jarg1, out float jarg2, out int jarg3); |
| |
| 1441 | |
| |
| 1442 | [PreserveSig] |
| |
| 1443 | [CallerCount(Count = 0)] |
| |
| 1444 | [CallsDeduplicatedMethods(Count = 3)] |
| |
| 1445 | [CallsUnknownMethods(Count = 4)] |
| |
| 1446 | public static extern int CSharp_GetBufferStatusForPinnedEvent__SWIG_1(string jarg1, out float jarg2, out int jarg3); |
| |
| 1447 | |
| |
| 1448 | [PreserveSig] |
| |
| 1449 | [CallerCount(Count = 0)] |
| |
| 1450 | [CallsUnknownMethods(Count = 1)] |
| |
| 1451 | public static extern int CSharp_SeekOnEvent__SWIG_0(uint jarg1, ulong jarg2, int jarg3, bool jarg4, uint jarg5); |
| |
| 1452 | |
| |
| 1453 | [PreserveSig] |
| |
| 1454 | [CallerCount(Count = 0)] |
| |
| 1455 | [CallsUnknownMethods(Count = 1)] |
| |
| 1456 | public static extern int CSharp_SeekOnEvent__SWIG_1(uint jarg1, ulong jarg2, int jarg3, bool jarg4); |
| |
| 1457 | |
| |
| 1458 | [PreserveSig] |
| |
| 1459 | [CallerCount(Count = 0)] |
| |
| 1460 | [CallsUnknownMethods(Count = 1)] |
| |
| 1461 | public static extern int CSharp_SeekOnEvent__SWIG_2(uint jarg1, ulong jarg2, int jarg3); |
| |
| 1462 | |
| |
| 1463 | [PreserveSig] |
| |
| 1464 | [CallerCount(Count = 0)] |
| |
| 1465 | [CallsUnknownMethods(Count = 1)] |
| |
| 1466 | public static extern int CSharp_SeekOnEvent__SWIG_3(string jarg1, ulong jarg2, int jarg3, bool jarg4, uint jarg5); |
| |
| 1467 | |
| |
| 1468 | [PreserveSig] |
| |
| 1469 | [CallerCount(Count = 0)] |
| |
| 1470 | [CallsUnknownMethods(Count = 1)] |
| |
| 1471 | public static extern int CSharp_SeekOnEvent__SWIG_4(string jarg1, ulong jarg2, int jarg3, bool jarg4); |
| |
| 1472 | |
| |
| 1473 | [PreserveSig] |
| |
| 1474 | [CallerCount(Count = 0)] |
| |
| 1475 | [CallsUnknownMethods(Count = 1)] |
| |
| 1476 | public static extern int CSharp_SeekOnEvent__SWIG_5(string jarg1, ulong jarg2, int jarg3); |
| |
| 1477 | |
| |
| 1478 | [PreserveSig] |
| |
| 1479 | [CallerCount(Count = 0)] |
| |
| 1480 | [CallsUnknownMethods(Count = 1)] |
| |
| 1481 | public static extern int CSharp_SeekOnEvent__SWIG_9(uint jarg1, ulong jarg2, float jarg3, bool jarg4, uint jarg5); |
| |
| 1482 | |
| |
| 1483 | [PreserveSig] |
| |
| 1484 | [CallerCount(Count = 0)] |
| |
| 1485 | [CallsUnknownMethods(Count = 1)] |
| |
| 1486 | public static extern int CSharp_SeekOnEvent__SWIG_10(uint jarg1, ulong jarg2, float jarg3, bool jarg4); |
| |
| 1487 | |
| |
| 1488 | [PreserveSig] |
| |
| 1489 | [CallerCount(Count = 0)] |
| |
| 1490 | [CallsUnknownMethods(Count = 1)] |
| |
| 1491 | public static extern int CSharp_SeekOnEvent__SWIG_11(uint jarg1, ulong jarg2, float jarg3); |
| |
| 1492 | |
| |
| 1493 | [PreserveSig] |
| |
| 1494 | [CallerCount(Count = 0)] |
| |
| 1495 | [CallsUnknownMethods(Count = 1)] |
| |
| 1496 | public static extern int CSharp_SeekOnEvent__SWIG_12(string jarg1, ulong jarg2, float jarg3, bool jarg4, uint jarg5); |
| |
| 1497 | |
| |
| 1498 | [PreserveSig] |
| |
| 1499 | [CallerCount(Count = 0)] |
| |
| 1500 | [CallsUnknownMethods(Count = 1)] |
| |
| 1501 | public static extern int CSharp_SeekOnEvent__SWIG_13(string jarg1, ulong jarg2, float jarg3, bool jarg4); |
| |
| 1502 | |
| |
| 1503 | [PreserveSig] |
| |
| 1504 | [CallerCount(Count = 0)] |
| |
| 1505 | [CallsUnknownMethods(Count = 1)] |
| |
| 1506 | public static extern int CSharp_SeekOnEvent__SWIG_14(string jarg1, ulong jarg2, float jarg3); |
| |
| 1507 | |
| |
| 1508 | [PreserveSig] |
| |
| 1509 | [CalledBy(Type = typeof(AkCallbackManager), Member = "RemoveEventCallbackCookie")] |
| |
| 1510 | [CallerCount(Count = 1)] |
| |
| 1511 | [CallsUnknownMethods(Count = 1)] |
| |
| 1512 | public static extern void CSharp_CancelEventCallbackCookie(IntPtr jarg1); |
| |
| 1513 | |
| |
| 1514 | [PreserveSig] |
| |
| 1515 | [CallerCount(Count = 0)] |
| |
| 1516 | [CallsUnknownMethods(Count = 1)] |
| |
| 1517 | public static extern void CSharp_CancelEventCallbackGameObject(ulong jarg1); |
| |
| 1518 | |
| |
| 1519 | [PreserveSig] |
| |
| 1520 | [CallerCount(Count = 0)] |
| |
| 1521 | [CallsUnknownMethods(Count = 1)] |
| |
| 1522 | public static extern void CSharp_CancelEventCallback(uint jarg1); |
| |
| 1523 | |
| |
| 1524 | [PreserveSig] |
| |
| 1525 | [CallerCount(Count = 0)] |
| |
| 1526 | [CallsUnknownMethods(Count = 1)] |
| |
| 1527 | public static extern int CSharp_GetSourcePlayPosition__SWIG_0(uint jarg1, out int jarg2, bool jarg3); |
| |
| 1528 | |
| |
| 1529 | [PreserveSig] |
| |
| 1530 | [CallerCount(Count = 0)] |
| |
| 1531 | [CallsUnknownMethods(Count = 1)] |
| |
| 1532 | public static extern int CSharp_GetSourcePlayPosition__SWIG_1(uint jarg1, out int jarg2); |
| |
| 1533 | |
| |
| 1534 | [PreserveSig] |
| |
| 1535 | [CallerCount(Count = 0)] |
| |
| 1536 | [CallsUnknownMethods(Count = 1)] |
| |
| 1537 | public static extern int CSharp_GetSourceStreamBuffering(uint jarg1, out int jarg2, out int jarg3); |
| |
| 1538 | |
| |
| 1539 | [PreserveSig] |
| |
| 1540 | [CallerCount(Count = 0)] |
| |
| 1541 | [CallsUnknownMethods(Count = 1)] |
| |
| 1542 | public static extern void CSharp_StopAll__SWIG_0(ulong jarg1); |
| |
| 1543 | |
| |
| 1544 | [PreserveSig] |
| |
| 1545 | [CallerCount(Count = 0)] |
| |
| 1546 | [CallsUnknownMethods(Count = 1)] |
| |
| 1547 | public static extern void CSharp_StopAll__SWIG_1(); |
| |
| 1548 | |
| |
| 1549 | [PreserveSig] |
| |
| 1550 | [CallerCount(Count = 0)] |
| |
| 1551 | [CallsUnknownMethods(Count = 1)] |
| |
| 1552 | public static extern void CSharp_StopPlayingID__SWIG_0(uint jarg1, int jarg2, int jarg3); |
| |
| 1553 | |
| |
| 1554 | [PreserveSig] |
| |
| 1555 | [CallerCount(Count = 0)] |
| |
| 1556 | [CallsUnknownMethods(Count = 1)] |
| |
| 1557 | public static extern void CSharp_StopPlayingID__SWIG_1(uint jarg1, int jarg2); |
| |
| 1558 | |
| |
| 1559 | [PreserveSig] |
| |
| 1560 | [CallerCount(Count = 0)] |
| |
| 1561 | [CallsUnknownMethods(Count = 1)] |
| |
| 1562 | public static extern void CSharp_StopPlayingID__SWIG_2(uint jarg1); |
| |
| 1563 | |
| |
| 1564 | [PreserveSig] |
| |
| 1565 | [CallerCount(Count = 0)] |
| |
| 1566 | [CallsUnknownMethods(Count = 1)] |
| |
| 1567 | public static extern void CSharp_SetRandomSeed(uint jarg1); |
| |
| 1568 | |
| |
| 1569 | [PreserveSig] |
| |
| 1570 | [CallerCount(Count = 0)] |
| |
| 1571 | [CallsUnknownMethods(Count = 1)] |
| |
| 1572 | public static extern void CSharp_MuteBackgroundMusic(bool jarg1); |
| |
| 1573 | |
| |
| 1574 | [PreserveSig] |
| |
| 1575 | [CallerCount(Count = 0)] |
| |
| 1576 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 1577 | [CallsUnknownMethods(Count = 1)] |
| |
| 1578 | public static extern bool CSharp_GetBackgroundMusicMute(); |
| |
| 1579 | |
| |
| 1580 | [PreserveSig] |
| |
| 1581 | [CallerCount(Count = 0)] |
| |
| 1582 | [CallsUnknownMethods(Count = 1)] |
| |
| 1583 | public static extern int CSharp_SendPluginCustomGameData(uint jarg1, ulong jarg2, int jarg3, uint jarg4, uint jarg5, IntPtr jarg6, uint jarg7); |
| |
| 1584 | |
| |
| 1585 | [PreserveSig] |
| |
| 1586 | [CallerCount(Count = 0)] |
| |
| 1587 | [CallsUnknownMethods(Count = 1)] |
| |
| 1588 | public static extern int CSharp_UnregisterAllGameObj(); |
| |
| 1589 | |
| |
| 1590 | [PreserveSig] |
| |
| 1591 | [CallerCount(Count = 0)] |
| |
| 1592 | [CallsUnknownMethods(Count = 1)] |
| |
| 1593 | public static extern int CSharp_SetMultiplePositions__SWIG_0(ulong jarg1, IntPtr jarg2, ushort jarg3, int jarg4); |
| |
| 1594 | |
| |
| 1595 | [PreserveSig] |
| |
| 1596 | [CallerCount(Count = 0)] |
| |
| 1597 | [CallsUnknownMethods(Count = 1)] |
| |
| 1598 | public static extern int CSharp_SetMultiplePositions__SWIG_1(ulong jarg1, IntPtr jarg2, ushort jarg3); |
| |
| 1599 | |
| |
| 1600 | [PreserveSig] |
| |
| 1601 | [CallerCount(Count = 0)] |
| |
| 1602 | [CallsUnknownMethods(Count = 1)] |
| |
| 1603 | public static extern int CSharp_SetMultiplePositions__SWIG_2(ulong jarg1, IntPtr jarg2, ushort jarg3, int jarg4); |
| |
| 1604 | |
| |
| 1605 | [PreserveSig] |
| |
| 1606 | [CallerCount(Count = 0)] |
| |
| 1607 | [CallsUnknownMethods(Count = 1)] |
| |
| 1608 | public static extern int CSharp_SetMultiplePositions__SWIG_3(ulong jarg1, IntPtr jarg2, ushort jarg3); |
| |
| 1609 | |
| |
| 1610 | [PreserveSig] |
| |
| 1611 | [CallerCount(Count = 0)] |
| |
| 1612 | [CallsUnknownMethods(Count = 1)] |
| |
| 1613 | public static extern int CSharp_SetScalingFactor(ulong jarg1, float jarg2); |
| |
| 1614 | |
| |
| 1615 | [PreserveSig] |
| |
| 1616 | [CallerCount(Count = 0)] |
| |
| 1617 | [CallsUnknownMethods(Count = 1)] |
| |
| 1618 | public static extern int CSharp_ClearBanks(); |
| |
| 1619 | |
| |
| 1620 | [PreserveSig] |
| |
| 1621 | [CallerCount(Count = 0)] |
| |
| 1622 | [CallsUnknownMethods(Count = 1)] |
| |
| 1623 | public static extern int CSharp_SetBankLoadIOSettings(float jarg1, char jarg2); |
| |
| 1624 | |
| |
| 1625 | [PreserveSig] |
| |
| 1626 | [CallerCount(Count = 0)] |
| |
| 1627 | [CallsUnknownMethods(Count = 1)] |
| |
| 1628 | public static extern int CSharp_LoadBank__SWIG_0(string jarg1, int jarg2, out uint jarg3); |
| |
| 1629 | |
| |
| 1630 | [PreserveSig] |
| |
| 1631 | [CallerCount(Count = 0)] |
| |
| 1632 | [CallsUnknownMethods(Count = 1)] |
| |
| 1633 | public static extern int CSharp_LoadBank__SWIG_1(uint jarg1, int jarg2); |
| |
| 1634 | |
| |
| 1635 | [PreserveSig] |
| |
| 1636 | [CallerCount(Count = 0)] |
| |
| 1637 | [CallsUnknownMethods(Count = 1)] |
| |
| 1638 | public static extern int CSharp_LoadBank__SWIG_2(IntPtr jarg1, uint jarg2, out uint jarg3); |
| |
| 1639 | |
| |
| 1640 | [PreserveSig] |
| |
| 1641 | [CallerCount(Count = 0)] |
| |
| 1642 | [CallsUnknownMethods(Count = 1)] |
| |
| 1643 | public static extern int CSharp_LoadBank__SWIG_3(IntPtr jarg1, uint jarg2, int jarg3, out uint jarg4); |
| |
| 1644 | |
| |
| 1645 | [PreserveSig] |
| |
| 1646 | [CallerCount(Count = 0)] |
| |
| 1647 | [CallsUnknownMethods(Count = 1)] |
| |
| 1648 | public static extern int CSharp_LoadBank__SWIG_4(string jarg1, IntPtr jarg2, IntPtr jarg3, int jarg4, out uint jarg5); |
| |
| 1649 | |
| |
| 1650 | [PreserveSig] |
| |
| 1651 | [CallerCount(Count = 0)] |
| |
| 1652 | [CallsUnknownMethods(Count = 1)] |
| |
| 1653 | public static extern int CSharp_LoadBank__SWIG_5(uint jarg1, IntPtr jarg2, IntPtr jarg3, int jarg4); |
| |
| 1654 | |
| |
| 1655 | [PreserveSig] |
| |
| 1656 | [CallerCount(Count = 0)] |
| |
| 1657 | [CallsUnknownMethods(Count = 1)] |
| |
| 1658 | public static extern int CSharp_LoadBank__SWIG_6(IntPtr jarg1, uint jarg2, IntPtr jarg3, IntPtr jarg4, out uint jarg5); |
| |
| 1659 | |
| |
| 1660 | [PreserveSig] |
| |
| 1661 | [CallerCount(Count = 0)] |
| |
| 1662 | [CallsUnknownMethods(Count = 1)] |
| |
| 1663 | public static extern int CSharp_LoadBank__SWIG_7(IntPtr jarg1, uint jarg2, IntPtr jarg3, IntPtr jarg4, int jarg5, out uint jarg6); |
| |
| 1664 | |
| |
| 1665 | [PreserveSig] |
| |
| 1666 | [CallerCount(Count = 0)] |
| |
| 1667 | [CallsUnknownMethods(Count = 1)] |
| |
| 1668 | public static extern int CSharp_UnloadBank__SWIG_0(string jarg1, IntPtr jarg2, out int jarg3); |
| |
| 1669 | |
| |
| 1670 | [PreserveSig] |
| |
| 1671 | [CallerCount(Count = 0)] |
| |
| 1672 | [CallsUnknownMethods(Count = 1)] |
| |
| 1673 | public static extern int CSharp_UnloadBank__SWIG_1(string jarg1, IntPtr jarg2); |
| |
| 1674 | |
| |
| 1675 | [PreserveSig] |
| |
| 1676 | [CallerCount(Count = 0)] |
| |
| 1677 | [CallsUnknownMethods(Count = 1)] |
| |
| 1678 | public static extern int CSharp_UnloadBank__SWIG_4(uint jarg1, IntPtr jarg2, out int jarg3); |
| |
| 1679 | |
| |
| 1680 | [PreserveSig] |
| |
| 1681 | [CallerCount(Count = 0)] |
| |
| 1682 | [CallsUnknownMethods(Count = 1)] |
| |
| 1683 | public static extern int CSharp_UnloadBank__SWIG_5(uint jarg1, IntPtr jarg2); |
| |
| 1684 | |
| |
| 1685 | [PreserveSig] |
| |
| 1686 | [CallerCount(Count = 0)] |
| |
| 1687 | [CallsUnknownMethods(Count = 1)] |
| |
| 1688 | public static extern int CSharp_UnloadBank__SWIG_6(string jarg1, IntPtr jarg2, IntPtr jarg3, IntPtr jarg4); |
| |
| 1689 | |
| |
| 1690 | [PreserveSig] |
| |
| 1691 | [CallerCount(Count = 0)] |
| |
| 1692 | [CallsUnknownMethods(Count = 1)] |
| |
| 1693 | public static extern int CSharp_UnloadBank__SWIG_8(uint jarg1, IntPtr jarg2, IntPtr jarg3, IntPtr jarg4); |
| |
| 1694 | |
| |
| 1695 | [PreserveSig] |
| |
| 1696 | [CalledBy(Type = typeof(AkCallbackManager), Member = "RemoveBankCallback")] |
| |
| 1697 | [CallerCount(Count = 1)] |
| |
| 1698 | [CallsUnknownMethods(Count = 1)] |
| |
| 1699 | public static extern void CSharp_CancelBankCallbackCookie(IntPtr jarg1); |
| |
| 1700 | |
| |
| 1701 | [PreserveSig] |
| |
| 1702 | [CallerCount(Count = 0)] |
| |
| 1703 | [CallsUnknownMethods(Count = 1)] |
| |
| 1704 | public static extern int CSharp_PrepareBank__SWIG_0(int jarg1, string jarg2, int jarg3); |
| |
| 1705 | |
| |
| 1706 | [PreserveSig] |
| |
| 1707 | [CallerCount(Count = 0)] |
| |
| 1708 | [CallsUnknownMethods(Count = 1)] |
| |
| 1709 | public static extern int CSharp_PrepareBank__SWIG_1(int jarg1, string jarg2); |
| |
| 1710 | |
| |
| 1711 | [PreserveSig] |
| |
| 1712 | [CallerCount(Count = 0)] |
| |
| 1713 | [CallsUnknownMethods(Count = 1)] |
| |
| 1714 | public static extern int CSharp_PrepareBank__SWIG_4(int jarg1, uint jarg2, int jarg3); |
| |
| 1715 | |
| |
| 1716 | [PreserveSig] |
| |
| 1717 | [CallerCount(Count = 0)] |
| |
| 1718 | [CallsUnknownMethods(Count = 1)] |
| |
| 1719 | public static extern int CSharp_PrepareBank__SWIG_5(int jarg1, uint jarg2); |
| |
| 1720 | |
| |
| 1721 | [PreserveSig] |
| |
| 1722 | [CallerCount(Count = 0)] |
| |
| 1723 | [CallsUnknownMethods(Count = 1)] |
| |
| 1724 | public static extern int CSharp_PrepareBank__SWIG_6(int jarg1, string jarg2, IntPtr jarg3, IntPtr jarg4, int jarg5); |
| |
| 1725 | |
| |
| 1726 | [PreserveSig] |
| |
| 1727 | [CallerCount(Count = 0)] |
| |
| 1728 | [CallsUnknownMethods(Count = 1)] |
| |
| 1729 | public static extern int CSharp_PrepareBank__SWIG_7(int jarg1, string jarg2, IntPtr jarg3, IntPtr jarg4); |
| |
| 1730 | |
| |
| 1731 | [PreserveSig] |
| |
| 1732 | [CallerCount(Count = 0)] |
| |
| 1733 | [CallsUnknownMethods(Count = 1)] |
| |
| 1734 | public static extern int CSharp_PrepareBank__SWIG_10(int jarg1, uint jarg2, IntPtr jarg3, IntPtr jarg4, int jarg5); |
| |
| 1735 | |
| |
| 1736 | [PreserveSig] |
| |
| 1737 | [CallerCount(Count = 0)] |
| |
| 1738 | [CallsUnknownMethods(Count = 1)] |
| |
| 1739 | public static extern int CSharp_PrepareBank__SWIG_11(int jarg1, uint jarg2, IntPtr jarg3, IntPtr jarg4); |
| |
| 1740 | |
| |
| 1741 | [PreserveSig] |
| |
| 1742 | [CallerCount(Count = 0)] |
| |
| 1743 | [CallsUnknownMethods(Count = 1)] |
| |
| 1744 | public static extern int CSharp_ClearPreparedEvents(); |
| |
| 1745 | |
| |
| 1746 | [PreserveSig] |
| |
| 1747 | [CallerCount(Count = 0)] |
| |
| 1748 | [CallsUnknownMethods(Count = 1)] |
| |
| 1749 | public static extern int CSharp_PrepareEvent__SWIG_0(int jarg1, IntPtr jarg2, uint jarg3); |
| |
| 1750 | |
| |
| 1751 | [PreserveSig] |
| |
| 1752 | [CallerCount(Count = 0)] |
| |
| 1753 | [CallsUnknownMethods(Count = 1)] |
| |
| 1754 | public static extern int CSharp_PrepareEvent__SWIG_1(int jarg1, [In] uint[] jarg2, uint jarg3); |
| |
| 1755 | |
| |
| 1756 | [PreserveSig] |
| |
| 1757 | [CallerCount(Count = 0)] |
| |
| 1758 | [CallsUnknownMethods(Count = 1)] |
| |
| 1759 | public static extern int CSharp_PrepareEvent__SWIG_2(int jarg1, IntPtr jarg2, uint jarg3, IntPtr jarg4, IntPtr jarg5); |
| |
| 1760 | |
| |
| 1761 | [PreserveSig] |
| |
| 1762 | [CallerCount(Count = 0)] |
| |
| 1763 | [CallsUnknownMethods(Count = 1)] |
| |
| 1764 | public static extern int CSharp_PrepareEvent__SWIG_3(int jarg1, [In] uint[] jarg2, uint jarg3, IntPtr jarg4, IntPtr jarg5); |
| |
| 1765 | |
| |
| 1766 | [PreserveSig] |
| |
| 1767 | [CallerCount(Count = 0)] |
| |
| 1768 | [CallsUnknownMethods(Count = 1)] |
| |
| 1769 | public static extern int CSharp_SetMedia(IntPtr jarg1, uint jarg2); |
| |
| 1770 | |
| |
| 1771 | [PreserveSig] |
| |
| 1772 | [CallerCount(Count = 0)] |
| |
| 1773 | [CallsUnknownMethods(Count = 1)] |
| |
| 1774 | public static extern int CSharp_UnsetMedia(IntPtr jarg1, uint jarg2); |
| |
| 1775 | |
| |
| 1776 | [PreserveSig] |
| |
| 1777 | [CallerCount(Count = 0)] |
| |
| 1778 | [CallsUnknownMethods(Count = 1)] |
| |
| 1779 | public static extern int CSharp_PrepareGameSyncs__SWIG_0(int jarg1, int jarg2, string jarg3, IntPtr jarg4, uint jarg5); |
| |
| 1780 | |
| |
| 1781 | [PreserveSig] |
| |
| 1782 | [CallerCount(Count = 0)] |
| |
| 1783 | [CallsUnknownMethods(Count = 1)] |
| |
| 1784 | public static extern int CSharp_PrepareGameSyncs__SWIG_1(int jarg1, int jarg2, uint jarg3, [In] uint[] jarg4, uint jarg5); |
| |
| 1785 | |
| |
| 1786 | [PreserveSig] |
| |
| 1787 | [CallerCount(Count = 0)] |
| |
| 1788 | [CallsUnknownMethods(Count = 1)] |
| |
| 1789 | public static extern int CSharp_PrepareGameSyncs__SWIG_2(int jarg1, int jarg2, string jarg3, IntPtr jarg4, uint jarg5, IntPtr jarg6, IntPtr jarg7); |
| |
| 1790 | |
| |
| 1791 | [PreserveSig] |
| |
| 1792 | [CallerCount(Count = 0)] |
| |
| 1793 | [CallsUnknownMethods(Count = 1)] |
| |
| 1794 | public static extern int CSharp_PrepareGameSyncs__SWIG_3(int jarg1, int jarg2, uint jarg3, [In] uint[] jarg4, uint jarg5, IntPtr jarg6, IntPtr jarg7); |
| |
| 1795 | |
| |
| 1796 | [PreserveSig] |
| |
| 1797 | [CallerCount(Count = 0)] |
| |
| 1798 | [CallsUnknownMethods(Count = 1)] |
| |
| 1799 | public static extern int CSharp_AddListener(ulong jarg1, ulong jarg2); |
| |
| 1800 | |
| |
| 1801 | [PreserveSig] |
| |
| 1802 | [CallerCount(Count = 0)] |
| |
| 1803 | [CallsUnknownMethods(Count = 1)] |
| |
| 1804 | public static extern int CSharp_RemoveListener(ulong jarg1, ulong jarg2); |
| |
| 1805 | |
| |
| 1806 | [PreserveSig] |
| |
| 1807 | [CallerCount(Count = 0)] |
| |
| 1808 | [CallsUnknownMethods(Count = 1)] |
| |
| 1809 | public static extern int CSharp_AddDefaultListener(ulong jarg1); |
| |
| 1810 | |
| |
| 1811 | [PreserveSig] |
| |
| 1812 | [CallerCount(Count = 0)] |
| |
| 1813 | [CallsUnknownMethods(Count = 1)] |
| |
| 1814 | public static extern int CSharp_RemoveDefaultListener(ulong jarg1); |
| |
| 1815 | |
| |
| 1816 | [PreserveSig] |
| |
| 1817 | [CallerCount(Count = 0)] |
| |
| 1818 | [CallsUnknownMethods(Count = 1)] |
| |
| 1819 | public static extern int CSharp_ResetListenersToDefault(ulong jarg1); |
| |
| 1820 | |
| |
| 1821 | [PreserveSig] |
| |
| 1822 | [CallerCount(Count = 0)] |
| |
| 1823 | [CallsUnknownMethods(Count = 1)] |
| |
| 1824 | public static extern int CSharp_SetListenerSpatialization__SWIG_0(ulong jarg1, bool jarg2, IntPtr jarg3, [In] float[] jarg4); |
| |
| 1825 | |
| |
| 1826 | [PreserveSig] |
| |
| 1827 | [CallerCount(Count = 0)] |
| |
| 1828 | [CallsUnknownMethods(Count = 1)] |
| |
| 1829 | public static extern int CSharp_SetListenerSpatialization__SWIG_1(ulong jarg1, bool jarg2, IntPtr jarg3); |
| |
| 1830 | |
| |
| 1831 | [PreserveSig] |
| |
| 1832 | [CallerCount(Count = 0)] |
| |
| 1833 | [CallsUnknownMethods(Count = 1)] |
| |
| 1834 | public static extern int CSharp_SetRTPCValue__SWIG_0(uint jarg1, float jarg2, ulong jarg3, int jarg4, int jarg5, bool jarg6); |
| |
| 1835 | |
| |
| 1836 | [PreserveSig] |
| |
| 1837 | [CallerCount(Count = 0)] |
| |
| 1838 | [CallsUnknownMethods(Count = 1)] |
| |
| 1839 | public static extern int CSharp_SetRTPCValue__SWIG_1(uint jarg1, float jarg2, ulong jarg3, int jarg4, int jarg5); |
| |
| 1840 | |
| |
| 1841 | [PreserveSig] |
| |
| 1842 | [CallerCount(Count = 0)] |
| |
| 1843 | [CallsUnknownMethods(Count = 1)] |
| |
| 1844 | public static extern int CSharp_SetRTPCValue__SWIG_2(uint jarg1, float jarg2, ulong jarg3, int jarg4); |
| |
| 1845 | |
| |
| 1846 | [PreserveSig] |
| |
| 1847 | [CallerCount(Count = 0)] |
| |
| 1848 | [CallsUnknownMethods(Count = 1)] |
| |
| 1849 | public static extern int CSharp_SetRTPCValue__SWIG_3(uint jarg1, float jarg2, ulong jarg3); |
| |
| 1850 | |
| |
| 1851 | [PreserveSig] |
| |
| 1852 | [CallerCount(Count = 0)] |
| |
| 1853 | [CallsUnknownMethods(Count = 1)] |
| |
| 1854 | public static extern int CSharp_SetRTPCValue__SWIG_4(uint jarg1, float jarg2); |
| |
| 1855 | |
| |
| 1856 | [PreserveSig] |
| |
| 1857 | [CallerCount(Count = 0)] |
| |
| 1858 | [CallsUnknownMethods(Count = 1)] |
| |
| 1859 | public static extern int CSharp_SetRTPCValue__SWIG_5(string jarg1, float jarg2, ulong jarg3, int jarg4, int jarg5, bool jarg6); |
| |
| 1860 | |
| |
| 1861 | [PreserveSig] |
| |
| 1862 | [CallerCount(Count = 0)] |
| |
| 1863 | [CallsUnknownMethods(Count = 1)] |
| |
| 1864 | public static extern int CSharp_SetRTPCValue__SWIG_6(string jarg1, float jarg2, ulong jarg3, int jarg4, int jarg5); |
| |
| 1865 | |
| |
| 1866 | [PreserveSig] |
| |
| 1867 | [CallerCount(Count = 0)] |
| |
| 1868 | [CallsUnknownMethods(Count = 1)] |
| |
| 1869 | public static extern int CSharp_SetRTPCValue__SWIG_7(string jarg1, float jarg2, ulong jarg3, int jarg4); |
| |
| 1870 | |
| |
| 1871 | [PreserveSig] |
| |
| 1872 | [CallerCount(Count = 0)] |
| |
| 1873 | [CallsUnknownMethods(Count = 1)] |
| |
| 1874 | public static extern int CSharp_SetRTPCValue__SWIG_8(string jarg1, float jarg2, ulong jarg3); |
| |
| 1875 | |
| |
| 1876 | [PreserveSig] |
| |
| 1877 | [CallerCount(Count = 0)] |
| |
| 1878 | [CallsUnknownMethods(Count = 1)] |
| |
| 1879 | public static extern int CSharp_SetRTPCValue__SWIG_9(string jarg1, float jarg2); |
| |
| 1880 | |
| |
| 1881 | [PreserveSig] |
| |
| 1882 | [CallerCount(Count = 0)] |
| |
| 1883 | [CallsUnknownMethods(Count = 1)] |
| |
| 1884 | public static extern int CSharp_SetRTPCValueByPlayingID__SWIG_0(uint jarg1, float jarg2, uint jarg3, int jarg4, int jarg5, bool jarg6); |
| |
| 1885 | |
| |
| 1886 | [PreserveSig] |
| |
| 1887 | [CallerCount(Count = 0)] |
| |
| 1888 | [CallsUnknownMethods(Count = 1)] |
| |
| 1889 | public static extern int CSharp_SetRTPCValueByPlayingID__SWIG_1(uint jarg1, float jarg2, uint jarg3, int jarg4, int jarg5); |
| |
| 1890 | |
| |
| 1891 | [PreserveSig] |
| |
| 1892 | [CallerCount(Count = 0)] |
| |
| 1893 | [CallsUnknownMethods(Count = 1)] |
| |
| 1894 | public static extern int CSharp_SetRTPCValueByPlayingID__SWIG_2(uint jarg1, float jarg2, uint jarg3, int jarg4); |
| |
| 1895 | |
| |
| 1896 | [PreserveSig] |
| |
| 1897 | [CallerCount(Count = 0)] |
| |
| 1898 | [CallsUnknownMethods(Count = 1)] |
| |
| 1899 | public static extern int CSharp_SetRTPCValueByPlayingID__SWIG_3(uint jarg1, float jarg2, uint jarg3); |
| |
| 1900 | |
| |
| 1901 | [PreserveSig] |
| |
| 1902 | [CallerCount(Count = 0)] |
| |
| 1903 | [CallsUnknownMethods(Count = 1)] |
| |
| 1904 | public static extern int CSharp_SetRTPCValueByPlayingID__SWIG_4(string jarg1, float jarg2, uint jarg3, int jarg4, int jarg5, bool jarg6); |
| |
| 1905 | |
| |
| 1906 | [PreserveSig] |
| |
| 1907 | [CallerCount(Count = 0)] |
| |
| 1908 | [CallsUnknownMethods(Count = 1)] |
| |
| 1909 | public static extern int CSharp_SetRTPCValueByPlayingID__SWIG_5(string jarg1, float jarg2, uint jarg3, int jarg4, int jarg5); |
| |
| 1910 | |
| |
| 1911 | [PreserveSig] |
| |
| 1912 | [CallerCount(Count = 0)] |
| |
| 1913 | [CallsUnknownMethods(Count = 1)] |
| |
| 1914 | public static extern int CSharp_SetRTPCValueByPlayingID__SWIG_6(string jarg1, float jarg2, uint jarg3, int jarg4); |
| |
| 1915 | |
| |
| 1916 | [PreserveSig] |
| |
| 1917 | [CallerCount(Count = 0)] |
| |
| 1918 | [CallsUnknownMethods(Count = 1)] |
| |
| 1919 | public static extern int CSharp_SetRTPCValueByPlayingID__SWIG_7(string jarg1, float jarg2, uint jarg3); |
| |
| 1920 | |
| |
| 1921 | [PreserveSig] |
| |
| 1922 | [CallerCount(Count = 0)] |
| |
| 1923 | [CallsUnknownMethods(Count = 1)] |
| |
| 1924 | public static extern int CSharp_ResetRTPCValue__SWIG_0(uint jarg1, ulong jarg2, int jarg3, int jarg4, bool jarg5); |
| |
| 1925 | |
| |
| 1926 | [PreserveSig] |
| |
| 1927 | [CallerCount(Count = 0)] |
| |
| 1928 | [CallsUnknownMethods(Count = 1)] |
| |
| 1929 | public static extern int CSharp_ResetRTPCValue__SWIG_1(uint jarg1, ulong jarg2, int jarg3, int jarg4); |
| |
| 1930 | |
| |
| 1931 | [PreserveSig] |
| |
| 1932 | [CallerCount(Count = 0)] |
| |
| 1933 | [CallsUnknownMethods(Count = 1)] |
| |
| 1934 | public static extern int CSharp_ResetRTPCValue__SWIG_2(uint jarg1, ulong jarg2, int jarg3); |
| |
| 1935 | |
| |
| 1936 | [PreserveSig] |
| |
| 1937 | [CallerCount(Count = 0)] |
| |
| 1938 | [CallsUnknownMethods(Count = 1)] |
| |
| 1939 | public static extern int CSharp_ResetRTPCValue__SWIG_3(uint jarg1, ulong jarg2); |
| |
| 1940 | |
| |
| 1941 | [PreserveSig] |
| |
| 1942 | [CallerCount(Count = 0)] |
| |
| 1943 | [CallsUnknownMethods(Count = 1)] |
| |
| 1944 | public static extern int CSharp_ResetRTPCValue__SWIG_4(uint jarg1); |
| |
| 1945 | |
| |
| 1946 | [PreserveSig] |
| |
| 1947 | [CallerCount(Count = 0)] |
| |
| 1948 | [CallsUnknownMethods(Count = 1)] |
| |
| 1949 | public static extern int CSharp_ResetRTPCValue__SWIG_5(string jarg1, ulong jarg2, int jarg3, int jarg4, bool jarg5); |
| |
| 1950 | |
| |
| 1951 | [PreserveSig] |
| |
| 1952 | [CallerCount(Count = 0)] |
| |
| 1953 | [CallsUnknownMethods(Count = 1)] |
| |
| 1954 | public static extern int CSharp_ResetRTPCValue__SWIG_6(string jarg1, ulong jarg2, int jarg3, int jarg4); |
| |
| 1955 | |
| |
| 1956 | [PreserveSig] |
| |
| 1957 | [CallerCount(Count = 0)] |
| |
| 1958 | [CallsUnknownMethods(Count = 1)] |
| |
| 1959 | public static extern int CSharp_ResetRTPCValue__SWIG_7(string jarg1, ulong jarg2, int jarg3); |
| |
| 1960 | |
| |
| 1961 | [PreserveSig] |
| |
| 1962 | [CallerCount(Count = 0)] |
| |
| 1963 | [CallsUnknownMethods(Count = 1)] |
| |
| 1964 | public static extern int CSharp_ResetRTPCValue__SWIG_8(string jarg1, ulong jarg2); |
| |
| 1965 | |
| |
| 1966 | [PreserveSig] |
| |
| 1967 | [CallerCount(Count = 0)] |
| |
| 1968 | [CallsUnknownMethods(Count = 1)] |
| |
| 1969 | public static extern int CSharp_ResetRTPCValue__SWIG_9(string jarg1); |
| |
| 1970 | |
| |
| 1971 | [PreserveSig] |
| |
| 1972 | [CallerCount(Count = 0)] |
| |
| 1973 | [CallsUnknownMethods(Count = 1)] |
| |
| 1974 | public static extern int CSharp_SetSwitch__SWIG_0(uint jarg1, uint jarg2, ulong jarg3); |
| |
| 1975 | |
| |
| 1976 | [PreserveSig] |
| |
| 1977 | [CallerCount(Count = 0)] |
| |
| 1978 | [CallsUnknownMethods(Count = 1)] |
| |
| 1979 | public static extern int CSharp_SetSwitch__SWIG_1(string jarg1, string jarg2, ulong jarg3); |
| |
| 1980 | |
| |
| 1981 | [PreserveSig] |
| |
| 1982 | [CallerCount(Count = 0)] |
| |
| 1983 | [CallsUnknownMethods(Count = 1)] |
| |
| 1984 | public static extern int CSharp_PostTrigger__SWIG_0(uint jarg1, ulong jarg2); |
| |
| 1985 | |
| |
| 1986 | [PreserveSig] |
| |
| 1987 | [CallerCount(Count = 0)] |
| |
| 1988 | [CallsUnknownMethods(Count = 1)] |
| |
| 1989 | public static extern int CSharp_PostTrigger__SWIG_1(string jarg1, ulong jarg2); |
| |
| 1990 | |
| |
| 1991 | [PreserveSig] |
| |
| 1992 | [CallerCount(Count = 0)] |
| |
| 1993 | [CallsUnknownMethods(Count = 1)] |
| |
| 1994 | public static extern int CSharp_SetState__SWIG_0(uint jarg1, uint jarg2); |
| |
| 1995 | |
| |
| 1996 | [PreserveSig] |
| |
| 1997 | [CallerCount(Count = 0)] |
| |
| 1998 | [CallsUnknownMethods(Count = 1)] |
| |
| 1999 | public static extern int CSharp_SetState__SWIG_1(string jarg1, string jarg2); |
| |
| 2000 | |
| |
| 2001 | [PreserveSig] |
| |
| 2002 | [CalledBy(Type = typeof(AkSoundEngine), Member = "SetGameObjectAuxSendValues")] |
| |
| 2003 | [CalledBy(Type = typeof(AkAuxSendArray), Member = "SetValues")] |
| |
| 2004 | [CallerCount(Count = 2)] |
| |
| 2005 | [CallsUnknownMethods(Count = 1)] |
| |
| 2006 | public static extern int CSharp_SetGameObjectAuxSendValues(ulong jarg1, IntPtr jarg2, uint jarg3); |
| |
| 2007 | |
| |
| 2008 | [PreserveSig] |
| |
| 2009 | [CallerCount(Count = 0)] |
| |
| 2010 | [CallsUnknownMethods(Count = 1)] |
| |
| 2011 | public static extern int CSharp_SetGameObjectOutputBusVolume(ulong jarg1, ulong jarg2, float jarg3); |
| |
| 2012 | |
| |
| 2013 | [PreserveSig] |
| |
| 2014 | [CallerCount(Count = 0)] |
| |
| 2015 | [CallsUnknownMethods(Count = 1)] |
| |
| 2016 | public static extern int CSharp_SetActorMixerEffect(uint jarg1, uint jarg2, uint jarg3); |
| |
| 2017 | |
| |
| 2018 | [PreserveSig] |
| |
| 2019 | [CallerCount(Count = 0)] |
| |
| 2020 | [CallsUnknownMethods(Count = 1)] |
| |
| 2021 | public static extern int CSharp_SetBusEffect__SWIG_0(uint jarg1, uint jarg2, uint jarg3); |
| |
| 2022 | |
| |
| 2023 | [PreserveSig] |
| |
| 2024 | [CallerCount(Count = 0)] |
| |
| 2025 | [CallsUnknownMethods(Count = 1)] |
| |
| 2026 | public static extern int CSharp_SetBusEffect__SWIG_1(string jarg1, uint jarg2, uint jarg3); |
| |
| 2027 | |
| |
| 2028 | [PreserveSig] |
| |
| 2029 | [CallerCount(Count = 0)] |
| |
| 2030 | [CallsUnknownMethods(Count = 1)] |
| |
| 2031 | public static extern int CSharp_SetMixer__SWIG_0(uint jarg1, uint jarg2); |
| |
| 2032 | |
| |
| 2033 | [PreserveSig] |
| |
| 2034 | [CallerCount(Count = 0)] |
| |
| 2035 | [CallsUnknownMethods(Count = 1)] |
| |
| 2036 | public static extern int CSharp_SetMixer__SWIG_1(string jarg1, uint jarg2); |
| |
| 2037 | |
| |
| 2038 | [PreserveSig] |
| |
| 2039 | [CallerCount(Count = 0)] |
| |
| 2040 | [CallsUnknownMethods(Count = 1)] |
| |
| 2041 | public static extern int CSharp_SetBusConfig__SWIG_0(uint jarg1, IntPtr jarg2); |
| |
| 2042 | |
| |
| 2043 | [PreserveSig] |
| |
| 2044 | [CallerCount(Count = 0)] |
| |
| 2045 | [CallsUnknownMethods(Count = 1)] |
| |
| 2046 | public static extern int CSharp_SetBusConfig__SWIG_1(string jarg1, IntPtr jarg2); |
| |
| 2047 | |
| |
| 2048 | [PreserveSig] |
| |
| 2049 | [CallerCount(Count = 0)] |
| |
| 2050 | [CallsUnknownMethods(Count = 1)] |
| |
| 2051 | public static extern int CSharp_SetObjectObstructionAndOcclusion(ulong jarg1, ulong jarg2, float jarg3, float jarg4); |
| |
| 2052 | |
| |
| 2053 | [PreserveSig] |
| |
| 2054 | [CallerCount(Count = 0)] |
| |
| 2055 | [CallsUnknownMethods(Count = 1)] |
| |
| 2056 | public static extern int CSharp_SetMultipleObstructionAndOcclusion(ulong jarg1, ulong jarg2, IntPtr jarg3, uint jarg4); |
| |
| 2057 | |
| |
| 2058 | [PreserveSig] |
| |
| 2059 | [CallerCount(Count = 0)] |
| |
| 2060 | [CallsUnknownMethods(Count = 1)] |
| |
| 2061 | public static extern int CSharp_StartOutputCapture(string jarg1); |
| |
| 2062 | |
| |
| 2063 | [PreserveSig] |
| |
| 2064 | [CallerCount(Count = 0)] |
| |
| 2065 | [CallsUnknownMethods(Count = 1)] |
| |
| 2066 | public static extern int CSharp_StopOutputCapture(); |
| |
| 2067 | |
| |
| 2068 | [PreserveSig] |
| |
| 2069 | [CallerCount(Count = 0)] |
| |
| 2070 | [CallsDeduplicatedMethods(Count = 3)] |
| |
| 2071 | [CallsUnknownMethods(Count = 4)] |
| |
| 2072 | public static extern int CSharp_AddOutputCaptureMarker(string jarg1); |
| |
| 2073 | |
| |
| 2074 | [PreserveSig] |
| |
| 2075 | [CallerCount(Count = 0)] |
| |
| 2076 | [CallsUnknownMethods(Count = 1)] |
| |
| 2077 | public static extern int CSharp_StartProfilerCapture(string jarg1); |
| |
| 2078 | |
| |
| 2079 | [PreserveSig] |
| |
| 2080 | [CallerCount(Count = 0)] |
| |
| 2081 | [CallsUnknownMethods(Count = 1)] |
| |
| 2082 | public static extern int CSharp_StopProfilerCapture(); |
| |
| 2083 | |
| |
| 2084 | [PreserveSig] |
| |
| 2085 | [CallerCount(Count = 0)] |
| |
| 2086 | [CallsUnknownMethods(Count = 1)] |
| |
| 2087 | public static extern int CSharp_RemoveOutput(ulong jarg1); |
| |
| 2088 | |
| |
| 2089 | [PreserveSig] |
| |
| 2090 | [CallerCount(Count = 0)] |
| |
| 2091 | [CallsUnknownMethods(Count = 1)] |
| |
| 2092 | public static extern ulong CSharp_GetOutputID__SWIG_0(uint jarg1, uint jarg2); |
| |
| 2093 | |
| |
| 2094 | [PreserveSig] |
| |
| 2095 | [CallerCount(Count = 0)] |
| |
| 2096 | [CallsDeduplicatedMethods(Count = 3)] |
| |
| 2097 | [CallsUnknownMethods(Count = 4)] |
| |
| 2098 | public static extern ulong CSharp_GetOutputID__SWIG_1(string jarg1, uint jarg2); |
| |
| 2099 | |
| |
| 2100 | [PreserveSig] |
| |
| 2101 | [CallerCount(Count = 0)] |
| |
| 2102 | [CallsUnknownMethods(Count = 1)] |
| |
| 2103 | public static extern int CSharp_SetBusDevice__SWIG_0(uint jarg1, uint jarg2); |
| |
| 2104 | |
| |
| 2105 | [PreserveSig] |
| |
| 2106 | [CalledBy(Type = typeof(AkSoundEngine), Member = "SetBusDevice")] |
| |
| 2107 | [CallerCount(Count = 1)] |
| |
| 2108 | [CallsDeduplicatedMethods(Count = 5)] |
| |
| 2109 | [CallsUnknownMethods(Count = 7)] |
| |
| 2110 | public static extern int CSharp_SetBusDevice__SWIG_1(string jarg1, string jarg2); |
| |
| 2111 | |
| |
| 2112 | [PreserveSig] |
| |
| 2113 | [CallerCount(Count = 0)] |
| |
| 2114 | [CallsUnknownMethods(Count = 1)] |
| |
| 2115 | public static extern int CSharp_SetOutputVolume(ulong jarg1, float jarg2); |
| |
| 2116 | |
| |
| 2117 | [PreserveSig] |
| |
| 2118 | [CallerCount(Count = 0)] |
| |
| 2119 | [CallsUnknownMethods(Count = 1)] |
| |
| 2120 | public static extern int CSharp_Suspend__SWIG_0(bool jarg1); |
| |
| 2121 | |
| |
| 2122 | [PreserveSig] |
| |
| 2123 | [CallerCount(Count = 0)] |
| |
| 2124 | [CallsUnknownMethods(Count = 1)] |
| |
| 2125 | public static extern int CSharp_Suspend__SWIG_1(); |
| |
| 2126 | |
| |
| 2127 | [PreserveSig] |
| |
| 2128 | [CallerCount(Count = 0)] |
| |
| 2129 | [CallsUnknownMethods(Count = 1)] |
| |
| 2130 | public static extern int CSharp_WakeupFromSuspend(); |
| |
| 2131 | |
| |
| 2132 | [PreserveSig] |
| |
| 2133 | [CallerCount(Count = 0)] |
| |
| 2134 | [CallsUnknownMethods(Count = 1)] |
| |
| 2135 | public static extern uint CSharp_GetBufferTick(); |
| |
| 2136 | |
| |
| 2137 | [PreserveSig] |
| |
| 2138 | [CallerCount(Count = 0)] |
| |
| 2139 | [CallsUnknownMethods(Count = 1)] |
| |
| 2140 | public static extern void CSharp_AkSegmentInfo_iCurrentPosition_set(IntPtr jarg1, int jarg2); |
| |
| 2141 | |
| |
| 2142 | [PreserveSig] |
| |
| 2143 | [CallerCount(Count = 0)] |
| |
| 2144 | [CallsUnknownMethods(Count = 1)] |
| |
| 2145 | public static extern int CSharp_AkSegmentInfo_iCurrentPosition_get(IntPtr jarg1); |
| |
| 2146 | |
| |
| 2147 | [PreserveSig] |
| |
| 2148 | [CallerCount(Count = 0)] |
| |
| 2149 | [CallsUnknownMethods(Count = 1)] |
| |
| 2150 | public static extern void CSharp_AkSegmentInfo_iPreEntryDuration_set(IntPtr jarg1, int jarg2); |
| |
| 2151 | |
| |
| 2152 | [PreserveSig] |
| |
| 2153 | [CallerCount(Count = 0)] |
| |
| 2154 | [CallsUnknownMethods(Count = 1)] |
| |
| 2155 | public static extern int CSharp_AkSegmentInfo_iPreEntryDuration_get(IntPtr jarg1); |
| |
| 2156 | |
| |
| 2157 | [PreserveSig] |
| |
| 2158 | [CallerCount(Count = 0)] |
| |
| 2159 | [CallsUnknownMethods(Count = 1)] |
| |
| 2160 | public static extern void CSharp_AkSegmentInfo_iActiveDuration_set(IntPtr jarg1, int jarg2); |
| |
| 2161 | |
| |
| 2162 | [PreserveSig] |
| |
| 2163 | [CallerCount(Count = 0)] |
| |
| 2164 | [CallsUnknownMethods(Count = 1)] |
| |
| 2165 | public static extern int CSharp_AkSegmentInfo_iActiveDuration_get(IntPtr jarg1); |
| |
| 2166 | |
| |
| 2167 | [PreserveSig] |
| |
| 2168 | [CallerCount(Count = 0)] |
| |
| 2169 | [CallsUnknownMethods(Count = 1)] |
| |
| 2170 | public static extern void CSharp_AkSegmentInfo_iPostExitDuration_set(IntPtr jarg1, int jarg2); |
| |
| 2171 | |
| |
| 2172 | [PreserveSig] |
| |
| 2173 | [CallerCount(Count = 0)] |
| |
| 2174 | [CallsUnknownMethods(Count = 1)] |
| |
| 2175 | public static extern int CSharp_AkSegmentInfo_iPostExitDuration_get(IntPtr jarg1); |
| |
| 2176 | |
| |
| 2177 | [PreserveSig] |
| |
| 2178 | [CallerCount(Count = 0)] |
| |
| 2179 | [CallsUnknownMethods(Count = 1)] |
| |
| 2180 | public static extern void CSharp_AkSegmentInfo_iRemainingLookAheadTime_set(IntPtr jarg1, int jarg2); |
| |
| 2181 | |
| |
| 2182 | [PreserveSig] |
| |
| 2183 | [CallerCount(Count = 0)] |
| |
| 2184 | [CallsUnknownMethods(Count = 1)] |
| |
| 2185 | public static extern int CSharp_AkSegmentInfo_iRemainingLookAheadTime_get(IntPtr jarg1); |
| |
| 2186 | |
| |
| 2187 | [PreserveSig] |
| |
| 2188 | [CallerCount(Count = 0)] |
| |
| 2189 | [CallsUnknownMethods(Count = 1)] |
| |
| 2190 | public static extern void CSharp_AkSegmentInfo_fBeatDuration_set(IntPtr jarg1, float jarg2); |
| |
| 2191 | |
| |
| 2192 | [PreserveSig] |
| |
| 2193 | [CallerCount(Count = 0)] |
| |
| 2194 | [CallsUnknownMethods(Count = 1)] |
| |
| 2195 | public static extern float CSharp_AkSegmentInfo_fBeatDuration_get(IntPtr jarg1); |
| |
| 2196 | |
| |
| 2197 | [PreserveSig] |
| |
| 2198 | [CallerCount(Count = 0)] |
| |
| 2199 | [CallsUnknownMethods(Count = 1)] |
| |
| 2200 | public static extern void CSharp_AkSegmentInfo_fBarDuration_set(IntPtr jarg1, float jarg2); |
| |
| 2201 | |
| |
| 2202 | [PreserveSig] |
| |
| 2203 | [CallerCount(Count = 0)] |
| |
| 2204 | [CallsUnknownMethods(Count = 1)] |
| |
| 2205 | public static extern float CSharp_AkSegmentInfo_fBarDuration_get(IntPtr jarg1); |
| |
| 2206 | |
| |
| 2207 | [PreserveSig] |
| |
| 2208 | [CallerCount(Count = 0)] |
| |
| 2209 | [CallsUnknownMethods(Count = 1)] |
| |
| 2210 | public static extern void CSharp_AkSegmentInfo_fGridDuration_set(IntPtr jarg1, float jarg2); |
| |
| 2211 | |
| |
| 2212 | [PreserveSig] |
| |
| 2213 | [CallerCount(Count = 0)] |
| |
| 2214 | [CallsUnknownMethods(Count = 1)] |
| |
| 2215 | public static extern float CSharp_AkSegmentInfo_fGridDuration_get(IntPtr jarg1); |
| |
| 2216 | |
| |
| 2217 | [PreserveSig] |
| |
| 2218 | [CallerCount(Count = 0)] |
| |
| 2219 | [CallsUnknownMethods(Count = 1)] |
| |
| 2220 | public static extern void CSharp_AkSegmentInfo_fGridOffset_set(IntPtr jarg1, float jarg2); |
| |
| 2221 | |
| |
| 2222 | [PreserveSig] |
| |
| 2223 | [CallerCount(Count = 0)] |
| |
| 2224 | [CallsUnknownMethods(Count = 1)] |
| |
| 2225 | public static extern float CSharp_AkSegmentInfo_fGridOffset_get(IntPtr jarg1); |
| |
| 2226 | |
| |
| 2227 | [PreserveSig] |
| |
| 2228 | [CallerCount(Count = 0)] |
| |
| 2229 | [CallsUnknownMethods(Count = 1)] |
| |
| 2230 | public static extern IntPtr CSharp_new_AkSegmentInfo(); |
| |
| 2231 | |
| |
| 2232 | [PreserveSig] |
| |
| 2233 | [CallerCount(Count = 0)] |
| |
| 2234 | [CallsUnknownMethods(Count = 1)] |
| |
| 2235 | public static extern void CSharp_delete_AkSegmentInfo(IntPtr jarg1); |
| |
| 2236 | |
| |
| 2237 | [PreserveSig] |
| |
| 2238 | [CallerCount(Count = 0)] |
| |
| 2239 | [CallsUnknownMethods(Count = 1)] |
| |
| 2240 | public static extern byte CSharp_AK_INVALID_MIDI_CHANNEL_get(); |
| |
| 2241 | |
| |
| 2242 | [PreserveSig] |
| |
| 2243 | [CallerCount(Count = 0)] |
| |
| 2244 | [CallsUnknownMethods(Count = 1)] |
| |
| 2245 | public static extern byte CSharp_AK_INVALID_MIDI_NOTE_get(); |
| |
| 2246 | |
| |
| 2247 | [PreserveSig] |
| |
| 2248 | [CallerCount(Count = 0)] |
| |
| 2249 | [CallsUnknownMethods(Count = 1)] |
| |
| 2250 | public static extern void CSharp_AkMIDIEvent_byChan_set(IntPtr jarg1, byte jarg2); |
| |
| 2251 | |
| |
| 2252 | [PreserveSig] |
| |
| 2253 | [CallerCount(Count = 0)] |
| |
| 2254 | [CallsUnknownMethods(Count = 1)] |
| |
| 2255 | public static extern byte CSharp_AkMIDIEvent_byChan_get(IntPtr jarg1); |
| |
| 2256 | |
| |
| 2257 | [PreserveSig] |
| |
| 2258 | [CallerCount(Count = 0)] |
| |
| 2259 | [CallsUnknownMethods(Count = 1)] |
| |
| 2260 | public static extern void CSharp_AkMIDIEvent_tGen_byParam1_set(IntPtr jarg1, byte jarg2); |
| |
| 2261 | |
| |
| 2262 | [PreserveSig] |
| |
| 2263 | [CallerCount(Count = 0)] |
| |
| 2264 | [CallsUnknownMethods(Count = 1)] |
| |
| 2265 | public static extern byte CSharp_AkMIDIEvent_tGen_byParam1_get(IntPtr jarg1); |
| |
| 2266 | |
| |
| 2267 | [PreserveSig] |
| |
| 2268 | [CallerCount(Count = 0)] |
| |
| 2269 | [CallsUnknownMethods(Count = 1)] |
| |
| 2270 | public static extern void CSharp_AkMIDIEvent_tGen_byParam2_set(IntPtr jarg1, byte jarg2); |
| |
| 2271 | |
| |
| 2272 | [PreserveSig] |
| |
| 2273 | [CallerCount(Count = 0)] |
| |
| 2274 | [CallsUnknownMethods(Count = 1)] |
| |
| 2275 | public static extern byte CSharp_AkMIDIEvent_tGen_byParam2_get(IntPtr jarg1); |
| |
| 2276 | |
| |
| 2277 | [PreserveSig] |
| |
| 2278 | [CallerCount(Count = 0)] |
| |
| 2279 | [CallsUnknownMethods(Count = 1)] |
| |
| 2280 | public static extern IntPtr CSharp_new_AkMIDIEvent_tGen(); |
| |
| 2281 | |
| |
| 2282 | [PreserveSig] |
| |
| 2283 | [CallerCount(Count = 0)] |
| |
| 2284 | [CallsUnknownMethods(Count = 1)] |
| |
| 2285 | public static extern void CSharp_delete_AkMIDIEvent_tGen(IntPtr jarg1); |
| |
| 2286 | |
| |
| 2287 | [PreserveSig] |
| |
| 2288 | [CallerCount(Count = 0)] |
| |
| 2289 | [CallsUnknownMethods(Count = 1)] |
| |
| 2290 | public static extern void CSharp_AkMIDIEvent_tNoteOnOff_byNote_set(IntPtr jarg1, byte jarg2); |
| |
| 2291 | |
| |
| 2292 | [PreserveSig] |
| |
| 2293 | [CallerCount(Count = 0)] |
| |
| 2294 | [CallsUnknownMethods(Count = 1)] |
| |
| 2295 | public static extern byte CSharp_AkMIDIEvent_tNoteOnOff_byNote_get(IntPtr jarg1); |
| |
| 2296 | |
| |
| 2297 | [PreserveSig] |
| |
| 2298 | [CallerCount(Count = 0)] |
| |
| 2299 | [CallsUnknownMethods(Count = 1)] |
| |
| 2300 | public static extern void CSharp_AkMIDIEvent_tNoteOnOff_byVelocity_set(IntPtr jarg1, byte jarg2); |
| |
| 2301 | |
| |
| 2302 | [PreserveSig] |
| |
| 2303 | [CallerCount(Count = 0)] |
| |
| 2304 | [CallsUnknownMethods(Count = 1)] |
| |
| 2305 | public static extern byte CSharp_AkMIDIEvent_tNoteOnOff_byVelocity_get(IntPtr jarg1); |
| |
| 2306 | |
| |
| 2307 | [PreserveSig] |
| |
| 2308 | [CallerCount(Count = 0)] |
| |
| 2309 | [CallsUnknownMethods(Count = 1)] |
| |
| 2310 | public static extern IntPtr CSharp_new_AkMIDIEvent_tNoteOnOff(); |
| |
| 2311 | |
| |
| 2312 | [PreserveSig] |
| |
| 2313 | [CallerCount(Count = 0)] |
| |
| 2314 | [CallsUnknownMethods(Count = 1)] |
| |
| 2315 | public static extern void CSharp_delete_AkMIDIEvent_tNoteOnOff(IntPtr jarg1); |
| |
| 2316 | |
| |
| 2317 | [PreserveSig] |
| |
| 2318 | [CallerCount(Count = 0)] |
| |
| 2319 | [CallsUnknownMethods(Count = 1)] |
| |
| 2320 | public static extern void CSharp_AkMIDIEvent_tCc_byCc_set(IntPtr jarg1, byte jarg2); |
| |
| 2321 | |
| |
| 2322 | [PreserveSig] |
| |
| 2323 | [CallerCount(Count = 0)] |
| |
| 2324 | [CallsUnknownMethods(Count = 1)] |
| |
| 2325 | public static extern byte CSharp_AkMIDIEvent_tCc_byCc_get(IntPtr jarg1); |
| |
| 2326 | |
| |
| 2327 | [PreserveSig] |
| |
| 2328 | [CallerCount(Count = 0)] |
| |
| 2329 | [CallsUnknownMethods(Count = 1)] |
| |
| 2330 | public static extern void CSharp_AkMIDIEvent_tCc_byValue_set(IntPtr jarg1, byte jarg2); |
| |
| 2331 | |
| |
| 2332 | [PreserveSig] |
| |
| 2333 | [CallerCount(Count = 0)] |
| |
| 2334 | [CallsUnknownMethods(Count = 1)] |
| |
| 2335 | public static extern byte CSharp_AkMIDIEvent_tCc_byValue_get(IntPtr jarg1); |
| |
| 2336 | |
| |
| 2337 | [PreserveSig] |
| |
| 2338 | [CallerCount(Count = 0)] |
| |
| 2339 | [CallsUnknownMethods(Count = 1)] |
| |
| 2340 | public static extern IntPtr CSharp_new_AkMIDIEvent_tCc(); |
| |
| 2341 | |
| |
| 2342 | [PreserveSig] |
| |
| 2343 | [CallerCount(Count = 0)] |
| |
| 2344 | [CallsUnknownMethods(Count = 1)] |
| |
| 2345 | public static extern void CSharp_delete_AkMIDIEvent_tCc(IntPtr jarg1); |
| |
| 2346 | |
| |
| 2347 | [PreserveSig] |
| |
| 2348 | [CallerCount(Count = 0)] |
| |
| 2349 | [CallsUnknownMethods(Count = 1)] |
| |
| 2350 | public static extern void CSharp_AkMIDIEvent_tPitchBend_byValueLsb_set(IntPtr jarg1, byte jarg2); |
| |
| 2351 | |
| |
| 2352 | [PreserveSig] |
| |
| 2353 | [CallerCount(Count = 0)] |
| |
| 2354 | [CallsUnknownMethods(Count = 1)] |
| |
| 2355 | public static extern byte CSharp_AkMIDIEvent_tPitchBend_byValueLsb_get(IntPtr jarg1); |
| |
| 2356 | |
| |
| 2357 | [PreserveSig] |
| |
| 2358 | [CallerCount(Count = 0)] |
| |
| 2359 | [CallsUnknownMethods(Count = 1)] |
| |
| 2360 | public static extern void CSharp_AkMIDIEvent_tPitchBend_byValueMsb_set(IntPtr jarg1, byte jarg2); |
| |
| 2361 | |
| |
| 2362 | [PreserveSig] |
| |
| 2363 | [CallerCount(Count = 0)] |
| |
| 2364 | [CallsUnknownMethods(Count = 1)] |
| |
| 2365 | public static extern byte CSharp_AkMIDIEvent_tPitchBend_byValueMsb_get(IntPtr jarg1); |
| |
| 2366 | |
| |
| 2367 | [PreserveSig] |
| |
| 2368 | [CallerCount(Count = 0)] |
| |
| 2369 | [CallsUnknownMethods(Count = 1)] |
| |
| 2370 | public static extern IntPtr CSharp_new_AkMIDIEvent_tPitchBend(); |
| |
| 2371 | |
| |
| 2372 | [PreserveSig] |
| |
| 2373 | [CallerCount(Count = 0)] |
| |
| 2374 | [CallsUnknownMethods(Count = 1)] |
| |
| 2375 | public static extern void CSharp_delete_AkMIDIEvent_tPitchBend(IntPtr jarg1); |
| |
| 2376 | |
| |
| 2377 | [PreserveSig] |
| |
| 2378 | [CallerCount(Count = 0)] |
| |
| 2379 | [CallsUnknownMethods(Count = 1)] |
| |
| 2380 | public static extern void CSharp_AkMIDIEvent_tNoteAftertouch_byNote_set(IntPtr jarg1, byte jarg2); |
| |
| 2381 | |
| |
| 2382 | [PreserveSig] |
| |
| 2383 | [CallerCount(Count = 0)] |
| |
| 2384 | [CallsUnknownMethods(Count = 1)] |
| |
| 2385 | public static extern byte CSharp_AkMIDIEvent_tNoteAftertouch_byNote_get(IntPtr jarg1); |
| |
| 2386 | |
| |
| 2387 | [PreserveSig] |
| |
| 2388 | [CallerCount(Count = 0)] |
| |
| 2389 | [CallsUnknownMethods(Count = 1)] |
| |
| 2390 | public static extern void CSharp_AkMIDIEvent_tNoteAftertouch_byValue_set(IntPtr jarg1, byte jarg2); |
| |
| 2391 | |
| |
| 2392 | [PreserveSig] |
| |
| 2393 | [CallerCount(Count = 0)] |
| |
| 2394 | [CallsUnknownMethods(Count = 1)] |
| |
| 2395 | public static extern byte CSharp_AkMIDIEvent_tNoteAftertouch_byValue_get(IntPtr jarg1); |
| |
| 2396 | |
| |
| 2397 | [PreserveSig] |
| |
| 2398 | [CallerCount(Count = 0)] |
| |
| 2399 | [CallsUnknownMethods(Count = 1)] |
| |
| 2400 | public static extern IntPtr CSharp_new_AkMIDIEvent_tNoteAftertouch(); |
| |
| 2401 | |
| |
| 2402 | [PreserveSig] |
| |
| 2403 | [CallerCount(Count = 0)] |
| |
| 2404 | [CallsUnknownMethods(Count = 1)] |
| |
| 2405 | public static extern void CSharp_delete_AkMIDIEvent_tNoteAftertouch(IntPtr jarg1); |
| |
| 2406 | |
| |
| 2407 | [PreserveSig] |
| |
| 2408 | [CallerCount(Count = 0)] |
| |
| 2409 | [CallsUnknownMethods(Count = 1)] |
| |
| 2410 | public static extern void CSharp_AkMIDIEvent_tChanAftertouch_byValue_set(IntPtr jarg1, byte jarg2); |
| |
| 2411 | |
| |
| 2412 | [PreserveSig] |
| |
| 2413 | [CallerCount(Count = 0)] |
| |
| 2414 | [CallsUnknownMethods(Count = 1)] |
| |
| 2415 | public static extern byte CSharp_AkMIDIEvent_tChanAftertouch_byValue_get(IntPtr jarg1); |
| |
| 2416 | |
| |
| 2417 | [PreserveSig] |
| |
| 2418 | [CallerCount(Count = 0)] |
| |
| 2419 | [CallsUnknownMethods(Count = 1)] |
| |
| 2420 | public static extern IntPtr CSharp_new_AkMIDIEvent_tChanAftertouch(); |
| |
| 2421 | |
| |
| 2422 | [PreserveSig] |
| |
| 2423 | [CallerCount(Count = 0)] |
| |
| 2424 | [CallsUnknownMethods(Count = 1)] |
| |
| 2425 | public static extern void CSharp_delete_AkMIDIEvent_tChanAftertouch(IntPtr jarg1); |
| |
| 2426 | |
| |
| 2427 | [PreserveSig] |
| |
| 2428 | [CallerCount(Count = 0)] |
| |
| 2429 | [CallsUnknownMethods(Count = 1)] |
| |
| 2430 | public static extern void CSharp_AkMIDIEvent_tProgramChange_byProgramNum_set(IntPtr jarg1, byte jarg2); |
| |
| 2431 | |
| |
| 2432 | [PreserveSig] |
| |
| 2433 | [CallerCount(Count = 0)] |
| |
| 2434 | [CallsUnknownMethods(Count = 1)] |
| |
| 2435 | public static extern byte CSharp_AkMIDIEvent_tProgramChange_byProgramNum_get(IntPtr jarg1); |
| |
| 2436 | |
| |
| 2437 | [PreserveSig] |
| |
| 2438 | [CallerCount(Count = 0)] |
| |
| 2439 | [CallsUnknownMethods(Count = 1)] |
| |
| 2440 | public static extern IntPtr CSharp_new_AkMIDIEvent_tProgramChange(); |
| |
| 2441 | |
| |
| 2442 | [PreserveSig] |
| |
| 2443 | [CallerCount(Count = 0)] |
| |
| 2444 | [CallsUnknownMethods(Count = 1)] |
| |
| 2445 | public static extern void CSharp_delete_AkMIDIEvent_tProgramChange(IntPtr jarg1); |
| |
| 2446 | |
| |
| 2447 | [PreserveSig] |
| |
| 2448 | [CallerCount(Count = 0)] |
| |
| 2449 | [CallsUnknownMethods(Count = 1)] |
| |
| 2450 | public static extern void CSharp_AkMIDIEvent_Gen_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 2451 | |
| |
| 2452 | [PreserveSig] |
| |
| 2453 | [CallerCount(Count = 0)] |
| |
| 2454 | [CallsUnknownMethods(Count = 1)] |
| |
| 2455 | public static extern IntPtr CSharp_AkMIDIEvent_Gen_get(IntPtr jarg1); |
| |
| 2456 | |
| |
| 2457 | [PreserveSig] |
| |
| 2458 | [CallerCount(Count = 0)] |
| |
| 2459 | [CallsUnknownMethods(Count = 1)] |
| |
| 2460 | public static extern void CSharp_AkMIDIEvent_Cc_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 2461 | |
| |
| 2462 | [PreserveSig] |
| |
| 2463 | [CallerCount(Count = 0)] |
| |
| 2464 | [CallsUnknownMethods(Count = 1)] |
| |
| 2465 | public static extern IntPtr CSharp_AkMIDIEvent_Cc_get(IntPtr jarg1); |
| |
| 2466 | |
| |
| 2467 | [PreserveSig] |
| |
| 2468 | [CallerCount(Count = 0)] |
| |
| 2469 | [CallsUnknownMethods(Count = 1)] |
| |
| 2470 | public static extern void CSharp_AkMIDIEvent_NoteOnOff_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 2471 | |
| |
| 2472 | [PreserveSig] |
| |
| 2473 | [CallerCount(Count = 0)] |
| |
| 2474 | [CallsUnknownMethods(Count = 1)] |
| |
| 2475 | public static extern IntPtr CSharp_AkMIDIEvent_NoteOnOff_get(IntPtr jarg1); |
| |
| 2476 | |
| |
| 2477 | [PreserveSig] |
| |
| 2478 | [CallerCount(Count = 0)] |
| |
| 2479 | [CallsUnknownMethods(Count = 1)] |
| |
| 2480 | public static extern void CSharp_AkMIDIEvent_PitchBend_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 2481 | |
| |
| 2482 | [PreserveSig] |
| |
| 2483 | [CallerCount(Count = 0)] |
| |
| 2484 | [CallsUnknownMethods(Count = 1)] |
| |
| 2485 | public static extern IntPtr CSharp_AkMIDIEvent_PitchBend_get(IntPtr jarg1); |
| |
| 2486 | |
| |
| 2487 | [PreserveSig] |
| |
| 2488 | [CallerCount(Count = 0)] |
| |
| 2489 | [CallsUnknownMethods(Count = 1)] |
| |
| 2490 | public static extern void CSharp_AkMIDIEvent_NoteAftertouch_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 2491 | |
| |
| 2492 | [PreserveSig] |
| |
| 2493 | [CallerCount(Count = 0)] |
| |
| 2494 | [CallsUnknownMethods(Count = 1)] |
| |
| 2495 | public static extern IntPtr CSharp_AkMIDIEvent_NoteAftertouch_get(IntPtr jarg1); |
| |
| 2496 | |
| |
| 2497 | [PreserveSig] |
| |
| 2498 | [CallerCount(Count = 0)] |
| |
| 2499 | [CallsUnknownMethods(Count = 1)] |
| |
| 2500 | public static extern void CSharp_AkMIDIEvent_ChanAftertouch_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 2501 | |
| |
| 2502 | [PreserveSig] |
| |
| 2503 | [CallerCount(Count = 0)] |
| |
| 2504 | [CallsUnknownMethods(Count = 1)] |
| |
| 2505 | public static extern IntPtr CSharp_AkMIDIEvent_ChanAftertouch_get(IntPtr jarg1); |
| |
| 2506 | |
| |
| 2507 | [PreserveSig] |
| |
| 2508 | [CallerCount(Count = 0)] |
| |
| 2509 | [CallsUnknownMethods(Count = 1)] |
| |
| 2510 | public static extern void CSharp_AkMIDIEvent_ProgramChange_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 2511 | |
| |
| 2512 | [PreserveSig] |
| |
| 2513 | [CallerCount(Count = 0)] |
| |
| 2514 | [CallsUnknownMethods(Count = 1)] |
| |
| 2515 | public static extern IntPtr CSharp_AkMIDIEvent_ProgramChange_get(IntPtr jarg1); |
| |
| 2516 | |
| |
| 2517 | [PreserveSig] |
| |
| 2518 | [CallerCount(Count = 0)] |
| |
| 2519 | [CallsUnknownMethods(Count = 1)] |
| |
| 2520 | public static extern void CSharp_AkMIDIEvent_byType_set(IntPtr jarg1, int jarg2); |
| |
| 2521 | |
| |
| 2522 | [PreserveSig] |
| |
| 2523 | [CallerCount(Count = 0)] |
| |
| 2524 | [CallsUnknownMethods(Count = 1)] |
| |
| 2525 | public static extern int CSharp_AkMIDIEvent_byType_get(IntPtr jarg1); |
| |
| 2526 | |
| |
| 2527 | [PreserveSig] |
| |
| 2528 | [CallerCount(Count = 0)] |
| |
| 2529 | [CallsUnknownMethods(Count = 1)] |
| |
| 2530 | public static extern void CSharp_AkMIDIEvent_byOnOffNote_set(IntPtr jarg1, byte jarg2); |
| |
| 2531 | |
| |
| 2532 | [PreserveSig] |
| |
| 2533 | [CallerCount(Count = 0)] |
| |
| 2534 | [CallsUnknownMethods(Count = 1)] |
| |
| 2535 | public static extern byte CSharp_AkMIDIEvent_byOnOffNote_get(IntPtr jarg1); |
| |
| 2536 | |
| |
| 2537 | [PreserveSig] |
| |
| 2538 | [CallerCount(Count = 0)] |
| |
| 2539 | [CallsUnknownMethods(Count = 1)] |
| |
| 2540 | public static extern void CSharp_AkMIDIEvent_byVelocity_set(IntPtr jarg1, byte jarg2); |
| |
| 2541 | |
| |
| 2542 | [PreserveSig] |
| |
| 2543 | [CallerCount(Count = 0)] |
| |
| 2544 | [CallsUnknownMethods(Count = 1)] |
| |
| 2545 | public static extern byte CSharp_AkMIDIEvent_byVelocity_get(IntPtr jarg1); |
| |
| 2546 | |
| |
| 2547 | [PreserveSig] |
| |
| 2548 | [CallerCount(Count = 0)] |
| |
| 2549 | [CallsUnknownMethods(Count = 1)] |
| |
| 2550 | public static extern void CSharp_AkMIDIEvent_byCc_set(IntPtr jarg1, int jarg2); |
| |
| 2551 | |
| |
| 2552 | [PreserveSig] |
| |
| 2553 | [CallerCount(Count = 0)] |
| |
| 2554 | [CallsUnknownMethods(Count = 1)] |
| |
| 2555 | public static extern int CSharp_AkMIDIEvent_byCc_get(IntPtr jarg1); |
| |
| 2556 | |
| |
| 2557 | [PreserveSig] |
| |
| 2558 | [CallerCount(Count = 0)] |
| |
| 2559 | [CallsUnknownMethods(Count = 1)] |
| |
| 2560 | public static extern void CSharp_AkMIDIEvent_byCcValue_set(IntPtr jarg1, byte jarg2); |
| |
| 2561 | |
| |
| 2562 | [PreserveSig] |
| |
| 2563 | [CallerCount(Count = 0)] |
| |
| 2564 | [CallsUnknownMethods(Count = 1)] |
| |
| 2565 | public static extern byte CSharp_AkMIDIEvent_byCcValue_get(IntPtr jarg1); |
| |
| 2566 | |
| |
| 2567 | [PreserveSig] |
| |
| 2568 | [CallerCount(Count = 0)] |
| |
| 2569 | [CallsUnknownMethods(Count = 1)] |
| |
| 2570 | public static extern void CSharp_AkMIDIEvent_byValueLsb_set(IntPtr jarg1, byte jarg2); |
| |
| 2571 | |
| |
| 2572 | [PreserveSig] |
| |
| 2573 | [CallerCount(Count = 0)] |
| |
| 2574 | [CallsUnknownMethods(Count = 1)] |
| |
| 2575 | public static extern byte CSharp_AkMIDIEvent_byValueLsb_get(IntPtr jarg1); |
| |
| 2576 | |
| |
| 2577 | [PreserveSig] |
| |
| 2578 | [CallerCount(Count = 0)] |
| |
| 2579 | [CallsUnknownMethods(Count = 1)] |
| |
| 2580 | public static extern void CSharp_AkMIDIEvent_byValueMsb_set(IntPtr jarg1, byte jarg2); |
| |
| 2581 | |
| |
| 2582 | [PreserveSig] |
| |
| 2583 | [CallerCount(Count = 0)] |
| |
| 2584 | [CallsUnknownMethods(Count = 1)] |
| |
| 2585 | public static extern byte CSharp_AkMIDIEvent_byValueMsb_get(IntPtr jarg1); |
| |
| 2586 | |
| |
| 2587 | [PreserveSig] |
| |
| 2588 | [CallerCount(Count = 0)] |
| |
| 2589 | [CallsUnknownMethods(Count = 1)] |
| |
| 2590 | public static extern void CSharp_AkMIDIEvent_byAftertouchNote_set(IntPtr jarg1, byte jarg2); |
| |
| 2591 | |
| |
| 2592 | [PreserveSig] |
| |
| 2593 | [CallerCount(Count = 0)] |
| |
| 2594 | [CallsUnknownMethods(Count = 1)] |
| |
| 2595 | public static extern byte CSharp_AkMIDIEvent_byAftertouchNote_get(IntPtr jarg1); |
| |
| 2596 | |
| |
| 2597 | [PreserveSig] |
| |
| 2598 | [CallerCount(Count = 0)] |
| |
| 2599 | [CallsUnknownMethods(Count = 1)] |
| |
| 2600 | public static extern void CSharp_AkMIDIEvent_byNoteAftertouchValue_set(IntPtr jarg1, byte jarg2); |
| |
| 2601 | |
| |
| 2602 | [PreserveSig] |
| |
| 2603 | [CallerCount(Count = 0)] |
| |
| 2604 | [CallsUnknownMethods(Count = 1)] |
| |
| 2605 | public static extern byte CSharp_AkMIDIEvent_byNoteAftertouchValue_get(IntPtr jarg1); |
| |
| 2606 | |
| |
| 2607 | [PreserveSig] |
| |
| 2608 | [CallerCount(Count = 0)] |
| |
| 2609 | [CallsUnknownMethods(Count = 1)] |
| |
| 2610 | public static extern void CSharp_AkMIDIEvent_byChanAftertouchValue_set(IntPtr jarg1, byte jarg2); |
| |
| 2611 | |
| |
| 2612 | [PreserveSig] |
| |
| 2613 | [CallerCount(Count = 0)] |
| |
| 2614 | [CallsUnknownMethods(Count = 1)] |
| |
| 2615 | public static extern byte CSharp_AkMIDIEvent_byChanAftertouchValue_get(IntPtr jarg1); |
| |
| 2616 | |
| |
| 2617 | [PreserveSig] |
| |
| 2618 | [CallerCount(Count = 0)] |
| |
| 2619 | [CallsUnknownMethods(Count = 1)] |
| |
| 2620 | public static extern void CSharp_AkMIDIEvent_byProgramNum_set(IntPtr jarg1, byte jarg2); |
| |
| 2621 | |
| |
| 2622 | [PreserveSig] |
| |
| 2623 | [CallerCount(Count = 0)] |
| |
| 2624 | [CallsUnknownMethods(Count = 1)] |
| |
| 2625 | public static extern byte CSharp_AkMIDIEvent_byProgramNum_get(IntPtr jarg1); |
| |
| 2626 | |
| |
| 2627 | [PreserveSig] |
| |
| 2628 | [CallerCount(Count = 0)] |
| |
| 2629 | [CallsUnknownMethods(Count = 1)] |
| |
| 2630 | public static extern IntPtr CSharp_new_AkMIDIEvent(); |
| |
| 2631 | |
| |
| 2632 | [PreserveSig] |
| |
| 2633 | [CallerCount(Count = 0)] |
| |
| 2634 | [CallsUnknownMethods(Count = 1)] |
| |
| 2635 | public static extern void CSharp_delete_AkMIDIEvent(IntPtr jarg1); |
| |
| 2636 | |
| |
| 2637 | [PreserveSig] |
| |
| 2638 | [CallerCount(Count = 0)] |
| |
| 2639 | [CallsUnknownMethods(Count = 1)] |
| |
| 2640 | public static extern void CSharp_AkMIDIPost_uOffset_set(IntPtr jarg1, uint jarg2); |
| |
| 2641 | |
| |
| 2642 | [PreserveSig] |
| |
| 2643 | [CallerCount(Count = 0)] |
| |
| 2644 | [CallsUnknownMethods(Count = 1)] |
| |
| 2645 | public static extern uint CSharp_AkMIDIPost_uOffset_get(IntPtr jarg1); |
| |
| 2646 | |
| |
| 2647 | [PreserveSig] |
| |
| 2648 | [CalledBy(Type = typeof(AkMIDIPost), Member = "PostOnEvent")] |
| |
| 2649 | [CalledBy(Type = typeof(AkMIDIPostArray), Member = "PostOnEvent")] |
| |
| 2650 | [CalledBy(Type = typeof(AkMIDIPostArray), Member = "PostOnEvent")] |
| |
| 2651 | [CalledBy(Type = typeof(Event), Member = "PostMIDI")] |
| |
| 2652 | [CalledBy(Type = typeof(Event), Member = "PostMIDI")] |
| |
| 2653 | [CallerCount(Count = 5)] |
| |
| 2654 | [CallsUnknownMethods(Count = 1)] |
| |
| 2655 | public static extern int CSharp_AkMIDIPost_PostOnEvent(IntPtr jarg1, uint jarg2, ulong jarg3, uint jarg4); |
| |
| 2656 | |
| |
| 2657 | [PreserveSig] |
| |
| 2658 | [CalledBy(Type = typeof(AkMIDIPost), Member = "Clone")] |
| |
| 2659 | [CalledBy(Type = typeof(AkMIDIPostArray), Member = "set_Item")] |
| |
| 2660 | [CallerCount(Count = 2)] |
| |
| 2661 | [CallsUnknownMethods(Count = 1)] |
| |
| 2662 | public static extern void CSharp_AkMIDIPost_Clone(IntPtr jarg1, IntPtr jarg2); |
| |
| 2663 | |
| |
| 2664 | [PreserveSig] |
| |
| 2665 | [CalledBy(Type = typeof(AkMIDIPost), Member = "GetSizeOf")] |
| |
| 2666 | [CalledBy(Type = typeof(AkMIDIPostArray), Member = ".ctor")] |
| |
| 2667 | [CallerCount(Count = 2)] |
| |
| 2668 | [CallsUnknownMethods(Count = 1)] |
| |
| 2669 | public static extern int CSharp_AkMIDIPost_GetSizeOf(); |
| |
| 2670 | |
| |
| 2671 | [PreserveSig] |
| |
| 2672 | [CallerCount(Count = 0)] |
| |
| 2673 | [CallsUnknownMethods(Count = 1)] |
| |
| 2674 | public static extern IntPtr CSharp_new_AkMIDIPost(); |
| |
| 2675 | |
| |
| 2676 | [PreserveSig] |
| |
| 2677 | [CallerCount(Count = 0)] |
| |
| 2678 | [CallsUnknownMethods(Count = 1)] |
| |
| 2679 | public static extern void CSharp_delete_AkMIDIPost(IntPtr jarg1); |
| |
| 2680 | |
| |
| 2681 | [PreserveSig] |
| |
| 2682 | [CallerCount(Count = 0)] |
| |
| 2683 | [CallsUnknownMethods(Count = 1)] |
| |
| 2684 | public static extern IntPtr CSharp_new_AkMemSettings(); |
| |
| 2685 | |
| |
| 2686 | [PreserveSig] |
| |
| 2687 | [CallerCount(Count = 0)] |
| |
| 2688 | [CallsUnknownMethods(Count = 1)] |
| |
| 2689 | public static extern void CSharp_AkMemSettings_uMaxNumPools_set(IntPtr jarg1, uint jarg2); |
| |
| 2690 | |
| |
| 2691 | [PreserveSig] |
| |
| 2692 | [CallerCount(Count = 0)] |
| |
| 2693 | [CallsUnknownMethods(Count = 1)] |
| |
| 2694 | public static extern uint CSharp_AkMemSettings_uMaxNumPools_get(IntPtr jarg1); |
| |
| 2695 | |
| |
| 2696 | [PreserveSig] |
| |
| 2697 | [CallerCount(Count = 0)] |
| |
| 2698 | [CallsUnknownMethods(Count = 1)] |
| |
| 2699 | public static extern void CSharp_AkMemSettings_uDebugFlags_set(IntPtr jarg1, uint jarg2); |
| |
| 2700 | |
| |
| 2701 | [PreserveSig] |
| |
| 2702 | [CallerCount(Count = 0)] |
| |
| 2703 | [CallsUnknownMethods(Count = 1)] |
| |
| 2704 | public static extern uint CSharp_AkMemSettings_uDebugFlags_get(IntPtr jarg1); |
| |
| 2705 | |
| |
| 2706 | [PreserveSig] |
| |
| 2707 | [CallerCount(Count = 0)] |
| |
| 2708 | [CallsUnknownMethods(Count = 1)] |
| |
| 2709 | public static extern void CSharp_delete_AkMemSettings(IntPtr jarg1); |
| |
| 2710 | |
| |
| 2711 | [PreserveSig] |
| |
| 2712 | [CallerCount(Count = 0)] |
| |
| 2713 | [CallsUnknownMethods(Count = 1)] |
| |
| 2714 | public static extern void CSharp_AkMusicSettings_fStreamingLookAheadRatio_set(IntPtr jarg1, float jarg2); |
| |
| 2715 | |
| |
| 2716 | [PreserveSig] |
| |
| 2717 | [CallerCount(Count = 0)] |
| |
| 2718 | [CallsUnknownMethods(Count = 1)] |
| |
| 2719 | public static extern float CSharp_AkMusicSettings_fStreamingLookAheadRatio_get(IntPtr jarg1); |
| |
| 2720 | |
| |
| 2721 | [PreserveSig] |
| |
| 2722 | [CallerCount(Count = 0)] |
| |
| 2723 | [CallsUnknownMethods(Count = 1)] |
| |
| 2724 | public static extern IntPtr CSharp_new_AkMusicSettings(); |
| |
| 2725 | |
| |
| 2726 | [PreserveSig] |
| |
| 2727 | [CallerCount(Count = 0)] |
| |
| 2728 | [CallsUnknownMethods(Count = 1)] |
| |
| 2729 | public static extern void CSharp_delete_AkMusicSettings(IntPtr jarg1); |
| |
| 2730 | |
| |
| 2731 | [PreserveSig] |
| |
| 2732 | [CallerCount(Count = 0)] |
| |
| 2733 | [CallsUnknownMethods(Count = 1)] |
| |
| 2734 | public static extern int CSharp_GetPlayingSegmentInfo__SWIG_0(uint jarg1, IntPtr jarg2, bool jarg3); |
| |
| 2735 | |
| |
| 2736 | [PreserveSig] |
| |
| 2737 | [CallerCount(Count = 0)] |
| |
| 2738 | [CallsUnknownMethods(Count = 1)] |
| |
| 2739 | public static extern int CSharp_GetPlayingSegmentInfo__SWIG_1(uint jarg1, IntPtr jarg2); |
| |
| 2740 | |
| |
| 2741 | [PreserveSig] |
| |
| 2742 | [CalledBy(Type = typeof(AkSerializedCallbackHeader), Member = "get_pPackage")] |
| |
| 2743 | [CalledBy(Type = typeof(AkCallbackManager), Member = "PostCallbacks")] |
| |
| 2744 | [CallerCount(Count = 2)] |
| |
| 2745 | [CallsUnknownMethods(Count = 1)] |
| |
| 2746 | public static extern IntPtr CSharp_AkSerializedCallbackHeader_pPackage_get(IntPtr jarg1); |
| |
| 2747 | |
| |
| 2748 | [PreserveSig] |
| |
| 2749 | [CalledBy(Type = typeof(AkSerializedCallbackHeader), Member = "get_pNext")] |
| |
| 2750 | [CalledBy(Type = typeof(AkCallbackManager), Member = "PostCallbacks")] |
| |
| 2751 | [CallerCount(Count = 2)] |
| |
| 2752 | [CallsUnknownMethods(Count = 1)] |
| |
| 2753 | public static extern IntPtr CSharp_AkSerializedCallbackHeader_pNext_get(IntPtr jarg1); |
| |
| 2754 | |
| |
| 2755 | [PreserveSig] |
| |
| 2756 | [CalledBy(Type = typeof(AkSerializedCallbackHeader), Member = "get_eType")] |
| |
| 2757 | [CalledBy(Type = typeof(AkCallbackManager), Member = "PostCallbacks")] |
| |
| 2758 | [CallerCount(Count = 2)] |
| |
| 2759 | [CallsUnknownMethods(Count = 1)] |
| |
| 2760 | public static extern int CSharp_AkSerializedCallbackHeader_eType_get(IntPtr jarg1); |
| |
| 2761 | |
| |
| 2762 | [PreserveSig] |
| |
| 2763 | [CalledBy(Type = typeof(AkSerializedCallbackHeader), Member = "GetData")] |
| |
| 2764 | [CalledBy(Type = typeof(AkCallbackManager), Member = "PostCallbacks")] |
| |
| 2765 | [CallerCount(Count = 2)] |
| |
| 2766 | [CallsUnknownMethods(Count = 1)] |
| |
| 2767 | public static extern IntPtr CSharp_AkSerializedCallbackHeader_GetData(IntPtr jarg1); |
| |
| 2768 | |
| |
| 2769 | [PreserveSig] |
| |
| 2770 | [CallerCount(Count = 0)] |
| |
| 2771 | [CallsUnknownMethods(Count = 1)] |
| |
| 2772 | public static extern IntPtr CSharp_new_AkSerializedCallbackHeader(); |
| |
| 2773 | |
| |
| 2774 | [PreserveSig] |
| |
| 2775 | [CallerCount(Count = 0)] |
| |
| 2776 | [CallsUnknownMethods(Count = 1)] |
| |
| 2777 | public static extern void CSharp_delete_AkSerializedCallbackHeader(IntPtr jarg1); |
| |
| 2778 | |
| |
| 2779 | [PreserveSig] |
| |
| 2780 | [CallerCount(Count = 0)] |
| |
| 2781 | [CallsUnknownMethods(Count = 1)] |
| |
| 2782 | public static extern IntPtr CSharp_AkCallbackInfo_pCookie_get(IntPtr jarg1); |
| |
| 2783 | |
| |
| 2784 | [PreserveSig] |
| |
| 2785 | [CallerCount(Count = 0)] |
| |
| 2786 | [CallsUnknownMethods(Count = 1)] |
| |
| 2787 | public static extern ulong CSharp_AkCallbackInfo_gameObjID_get(IntPtr jarg1); |
| |
| 2788 | |
| |
| 2789 | [PreserveSig] |
| |
| 2790 | [CallerCount(Count = 0)] |
| |
| 2791 | [CallsUnknownMethods(Count = 1)] |
| |
| 2792 | public static extern IntPtr CSharp_new_AkCallbackInfo(); |
| |
| 2793 | |
| |
| 2794 | [PreserveSig] |
| |
| 2795 | [CallerCount(Count = 0)] |
| |
| 2796 | [CallsUnknownMethods(Count = 1)] |
| |
| 2797 | public static extern void CSharp_delete_AkCallbackInfo(IntPtr jarg1); |
| |
| 2798 | |
| |
| 2799 | [PreserveSig] |
| |
| 2800 | [CallerCount(Count = 0)] |
| |
| 2801 | [CallsUnknownMethods(Count = 1)] |
| |
| 2802 | public static extern uint CSharp_AkEventCallbackInfo_playingID_get(IntPtr jarg1); |
| |
| 2803 | |
| |
| 2804 | [PreserveSig] |
| |
| 2805 | [CallerCount(Count = 0)] |
| |
| 2806 | [CallsUnknownMethods(Count = 1)] |
| |
| 2807 | public static extern uint CSharp_AkEventCallbackInfo_eventID_get(IntPtr jarg1); |
| |
| 2808 | |
| |
| 2809 | [PreserveSig] |
| |
| 2810 | [CallerCount(Count = 0)] |
| |
| 2811 | [CallsUnknownMethods(Count = 1)] |
| |
| 2812 | public static extern IntPtr CSharp_new_AkEventCallbackInfo(); |
| |
| 2813 | |
| |
| 2814 | [PreserveSig] |
| |
| 2815 | [CallerCount(Count = 0)] |
| |
| 2816 | [CallsUnknownMethods(Count = 1)] |
| |
| 2817 | public static extern void CSharp_delete_AkEventCallbackInfo(IntPtr jarg1); |
| |
| 2818 | |
| |
| 2819 | [PreserveSig] |
| |
| 2820 | [CallerCount(Count = 0)] |
| |
| 2821 | [CallsUnknownMethods(Count = 1)] |
| |
| 2822 | public static extern byte CSharp_AkMIDIEventCallbackInfo_byChan_get(IntPtr jarg1); |
| |
| 2823 | |
| |
| 2824 | [PreserveSig] |
| |
| 2825 | [CallerCount(Count = 0)] |
| |
| 2826 | [CallsUnknownMethods(Count = 1)] |
| |
| 2827 | public static extern byte CSharp_AkMIDIEventCallbackInfo_byParam1_get(IntPtr jarg1); |
| |
| 2828 | |
| |
| 2829 | [PreserveSig] |
| |
| 2830 | [CallerCount(Count = 0)] |
| |
| 2831 | [CallsUnknownMethods(Count = 1)] |
| |
| 2832 | public static extern byte CSharp_AkMIDIEventCallbackInfo_byParam2_get(IntPtr jarg1); |
| |
| 2833 | |
| |
| 2834 | [PreserveSig] |
| |
| 2835 | [CallerCount(Count = 0)] |
| |
| 2836 | [CallsUnknownMethods(Count = 1)] |
| |
| 2837 | public static extern int CSharp_AkMIDIEventCallbackInfo_byType_get(IntPtr jarg1); |
| |
| 2838 | |
| |
| 2839 | [PreserveSig] |
| |
| 2840 | [CallerCount(Count = 0)] |
| |
| 2841 | [CallsUnknownMethods(Count = 1)] |
| |
| 2842 | public static extern byte CSharp_AkMIDIEventCallbackInfo_byOnOffNote_get(IntPtr jarg1); |
| |
| 2843 | |
| |
| 2844 | [PreserveSig] |
| |
| 2845 | [CallerCount(Count = 0)] |
| |
| 2846 | [CallsUnknownMethods(Count = 1)] |
| |
| 2847 | public static extern byte CSharp_AkMIDIEventCallbackInfo_byVelocity_get(IntPtr jarg1); |
| |
| 2848 | |
| |
| 2849 | [PreserveSig] |
| |
| 2850 | [CallerCount(Count = 0)] |
| |
| 2851 | [CallsUnknownMethods(Count = 1)] |
| |
| 2852 | public static extern int CSharp_AkMIDIEventCallbackInfo_byCc_get(IntPtr jarg1); |
| |
| 2853 | |
| |
| 2854 | [PreserveSig] |
| |
| 2855 | [CallerCount(Count = 0)] |
| |
| 2856 | [CallsUnknownMethods(Count = 1)] |
| |
| 2857 | public static extern byte CSharp_AkMIDIEventCallbackInfo_byCcValue_get(IntPtr jarg1); |
| |
| 2858 | |
| |
| 2859 | [PreserveSig] |
| |
| 2860 | [CallerCount(Count = 0)] |
| |
| 2861 | [CallsUnknownMethods(Count = 1)] |
| |
| 2862 | public static extern byte CSharp_AkMIDIEventCallbackInfo_byValueLsb_get(IntPtr jarg1); |
| |
| 2863 | |
| |
| 2864 | [PreserveSig] |
| |
| 2865 | [CallerCount(Count = 0)] |
| |
| 2866 | [CallsUnknownMethods(Count = 1)] |
| |
| 2867 | public static extern byte CSharp_AkMIDIEventCallbackInfo_byValueMsb_get(IntPtr jarg1); |
| |
| 2868 | |
| |
| 2869 | [PreserveSig] |
| |
| 2870 | [CallerCount(Count = 0)] |
| |
| 2871 | [CallsUnknownMethods(Count = 1)] |
| |
| 2872 | public static extern byte CSharp_AkMIDIEventCallbackInfo_byAftertouchNote_get(IntPtr jarg1); |
| |
| 2873 | |
| |
| 2874 | [PreserveSig] |
| |
| 2875 | [CallerCount(Count = 0)] |
| |
| 2876 | [CallsUnknownMethods(Count = 1)] |
| |
| 2877 | public static extern byte CSharp_AkMIDIEventCallbackInfo_byNoteAftertouchValue_get(IntPtr jarg1); |
| |
| 2878 | |
| |
| 2879 | [PreserveSig] |
| |
| 2880 | [CallerCount(Count = 0)] |
| |
| 2881 | [CallsUnknownMethods(Count = 1)] |
| |
| 2882 | public static extern byte CSharp_AkMIDIEventCallbackInfo_byChanAftertouchValue_get(IntPtr jarg1); |
| |
| 2883 | |
| |
| 2884 | [PreserveSig] |
| |
| 2885 | [CallerCount(Count = 0)] |
| |
| 2886 | [CallsUnknownMethods(Count = 1)] |
| |
| 2887 | public static extern byte CSharp_AkMIDIEventCallbackInfo_byProgramNum_get(IntPtr jarg1); |
| |
| 2888 | |
| |
| 2889 | [PreserveSig] |
| |
| 2890 | [CallerCount(Count = 0)] |
| |
| 2891 | [CallsUnknownMethods(Count = 1)] |
| |
| 2892 | public static extern IntPtr CSharp_new_AkMIDIEventCallbackInfo(); |
| |
| 2893 | |
| |
| 2894 | [PreserveSig] |
| |
| 2895 | [CallerCount(Count = 0)] |
| |
| 2896 | [CallsUnknownMethods(Count = 1)] |
| |
| 2897 | public static extern void CSharp_delete_AkMIDIEventCallbackInfo(IntPtr jarg1); |
| |
| 2898 | |
| |
| 2899 | [PreserveSig] |
| |
| 2900 | [CallerCount(Count = 0)] |
| |
| 2901 | [CallsUnknownMethods(Count = 1)] |
| |
| 2902 | public static extern uint CSharp_AkMarkerCallbackInfo_uIdentifier_get(IntPtr jarg1); |
| |
| 2903 | |
| |
| 2904 | [PreserveSig] |
| |
| 2905 | [CallerCount(Count = 0)] |
| |
| 2906 | [CallsUnknownMethods(Count = 1)] |
| |
| 2907 | public static extern uint CSharp_AkMarkerCallbackInfo_uPosition_get(IntPtr jarg1); |
| |
| 2908 | |
| |
| 2909 | [PreserveSig] |
| |
| 2910 | [CallerCount(Count = 0)] |
| |
| 2911 | [CallsUnknownMethods(Count = 1)] |
| |
| 2912 | public static extern IntPtr CSharp_AkMarkerCallbackInfo_strLabel_get(IntPtr jarg1); |
| |
| 2913 | |
| |
| 2914 | [PreserveSig] |
| |
| 2915 | [CallerCount(Count = 0)] |
| |
| 2916 | [CallsUnknownMethods(Count = 1)] |
| |
| 2917 | public static extern IntPtr CSharp_new_AkMarkerCallbackInfo(); |
| |
| 2918 | |
| |
| 2919 | [PreserveSig] |
| |
| 2920 | [CallerCount(Count = 0)] |
| |
| 2921 | [CallsUnknownMethods(Count = 1)] |
| |
| 2922 | public static extern void CSharp_delete_AkMarkerCallbackInfo(IntPtr jarg1); |
| |
| 2923 | |
| |
| 2924 | [PreserveSig] |
| |
| 2925 | [CallerCount(Count = 0)] |
| |
| 2926 | [CallsUnknownMethods(Count = 1)] |
| |
| 2927 | public static extern float CSharp_AkDurationCallbackInfo_fDuration_get(IntPtr jarg1); |
| |
| 2928 | |
| |
| 2929 | [PreserveSig] |
| |
| 2930 | [CallerCount(Count = 0)] |
| |
| 2931 | [CallsUnknownMethods(Count = 1)] |
| |
| 2932 | public static extern float CSharp_AkDurationCallbackInfo_fEstimatedDuration_get(IntPtr jarg1); |
| |
| 2933 | |
| |
| 2934 | [PreserveSig] |
| |
| 2935 | [CallerCount(Count = 0)] |
| |
| 2936 | [CallsUnknownMethods(Count = 1)] |
| |
| 2937 | public static extern uint CSharp_AkDurationCallbackInfo_audioNodeID_get(IntPtr jarg1); |
| |
| 2938 | |
| |
| 2939 | [PreserveSig] |
| |
| 2940 | [CallerCount(Count = 0)] |
| |
| 2941 | [CallsUnknownMethods(Count = 1)] |
| |
| 2942 | public static extern uint CSharp_AkDurationCallbackInfo_mediaID_get(IntPtr jarg1); |
| |
| 2943 | |
| |
| 2944 | [PreserveSig] |
| |
| 2945 | [CallerCount(Count = 0)] |
| |
| 2946 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 2947 | [CallsUnknownMethods(Count = 1)] |
| |
| 2948 | public static extern bool CSharp_AkDurationCallbackInfo_bStreaming_get(IntPtr jarg1); |
| |
| 2949 | |
| |
| 2950 | [PreserveSig] |
| |
| 2951 | [CallerCount(Count = 0)] |
| |
| 2952 | [CallsUnknownMethods(Count = 1)] |
| |
| 2953 | public static extern IntPtr CSharp_new_AkDurationCallbackInfo(); |
| |
| 2954 | |
| |
| 2955 | [PreserveSig] |
| |
| 2956 | [CallerCount(Count = 0)] |
| |
| 2957 | [CallsUnknownMethods(Count = 1)] |
| |
| 2958 | public static extern void CSharp_delete_AkDurationCallbackInfo(IntPtr jarg1); |
| |
| 2959 | |
| |
| 2960 | [PreserveSig] |
| |
| 2961 | [CallerCount(Count = 0)] |
| |
| 2962 | [CallsUnknownMethods(Count = 1)] |
| |
| 2963 | public static extern uint CSharp_AkDynamicSequenceItemCallbackInfo_playingID_get(IntPtr jarg1); |
| |
| 2964 | |
| |
| 2965 | [PreserveSig] |
| |
| 2966 | [CallerCount(Count = 0)] |
| |
| 2967 | [CallsUnknownMethods(Count = 1)] |
| |
| 2968 | public static extern uint CSharp_AkDynamicSequenceItemCallbackInfo_audioNodeID_get(IntPtr jarg1); |
| |
| 2969 | |
| |
| 2970 | [PreserveSig] |
| |
| 2971 | [CallerCount(Count = 0)] |
| |
| 2972 | [CallsUnknownMethods(Count = 1)] |
| |
| 2973 | public static extern IntPtr CSharp_AkDynamicSequenceItemCallbackInfo_pCustomInfo_get(IntPtr jarg1); |
| |
| 2974 | |
| |
| 2975 | [PreserveSig] |
| |
| 2976 | [CallerCount(Count = 0)] |
| |
| 2977 | [CallsUnknownMethods(Count = 1)] |
| |
| 2978 | public static extern IntPtr CSharp_new_AkDynamicSequenceItemCallbackInfo(); |
| |
| 2979 | |
| |
| 2980 | [PreserveSig] |
| |
| 2981 | [CallerCount(Count = 0)] |
| |
| 2982 | [CallsUnknownMethods(Count = 1)] |
| |
| 2983 | public static extern void CSharp_delete_AkDynamicSequenceItemCallbackInfo(IntPtr jarg1); |
| |
| 2984 | |
| |
| 2985 | [PreserveSig] |
| |
| 2986 | [CallerCount(Count = 0)] |
| |
| 2987 | [CallsUnknownMethods(Count = 1)] |
| |
| 2988 | public static extern uint CSharp_AkMusicSyncCallbackInfo_playingID_get(IntPtr jarg1); |
| |
| 2989 | |
| |
| 2990 | [PreserveSig] |
| |
| 2991 | [CallerCount(Count = 0)] |
| |
| 2992 | [CallsUnknownMethods(Count = 1)] |
| |
| 2993 | public static extern int CSharp_AkMusicSyncCallbackInfo_segmentInfo_iCurrentPosition_get(IntPtr jarg1); |
| |
| 2994 | |
| |
| 2995 | [PreserveSig] |
| |
| 2996 | [CallerCount(Count = 0)] |
| |
| 2997 | [CallsUnknownMethods(Count = 1)] |
| |
| 2998 | public static extern int CSharp_AkMusicSyncCallbackInfo_segmentInfo_iPreEntryDuration_get(IntPtr jarg1); |
| |
| 2999 | |
| |
| 3000 | [PreserveSig] |
| |
| 3001 | [CallerCount(Count = 0)] |
| |
| 3002 | [CallsUnknownMethods(Count = 1)] |
| |
| 3003 | public static extern int CSharp_AkMusicSyncCallbackInfo_segmentInfo_iActiveDuration_get(IntPtr jarg1); |
| |
| 3004 | |
| |
| 3005 | [PreserveSig] |
| |
| 3006 | [CallerCount(Count = 0)] |
| |
| 3007 | [CallsUnknownMethods(Count = 1)] |
| |
| 3008 | public static extern int CSharp_AkMusicSyncCallbackInfo_segmentInfo_iPostExitDuration_get(IntPtr jarg1); |
| |
| 3009 | |
| |
| 3010 | [PreserveSig] |
| |
| 3011 | [CallerCount(Count = 0)] |
| |
| 3012 | [CallsUnknownMethods(Count = 1)] |
| |
| 3013 | public static extern int CSharp_AkMusicSyncCallbackInfo_segmentInfo_iRemainingLookAheadTime_get(IntPtr jarg1); |
| |
| 3014 | |
| |
| 3015 | [PreserveSig] |
| |
| 3016 | [CallerCount(Count = 0)] |
| |
| 3017 | [CallsUnknownMethods(Count = 1)] |
| |
| 3018 | public static extern float CSharp_AkMusicSyncCallbackInfo_segmentInfo_fBeatDuration_get(IntPtr jarg1); |
| |
| 3019 | |
| |
| 3020 | [PreserveSig] |
| |
| 3021 | [CallerCount(Count = 0)] |
| |
| 3022 | [CallsUnknownMethods(Count = 1)] |
| |
| 3023 | public static extern float CSharp_AkMusicSyncCallbackInfo_segmentInfo_fBarDuration_get(IntPtr jarg1); |
| |
| 3024 | |
| |
| 3025 | [PreserveSig] |
| |
| 3026 | [CallerCount(Count = 0)] |
| |
| 3027 | [CallsUnknownMethods(Count = 1)] |
| |
| 3028 | public static extern float CSharp_AkMusicSyncCallbackInfo_segmentInfo_fGridDuration_get(IntPtr jarg1); |
| |
| 3029 | |
| |
| 3030 | [PreserveSig] |
| |
| 3031 | [CallerCount(Count = 0)] |
| |
| 3032 | [CallsUnknownMethods(Count = 1)] |
| |
| 3033 | public static extern float CSharp_AkMusicSyncCallbackInfo_segmentInfo_fGridOffset_get(IntPtr jarg1); |
| |
| 3034 | |
| |
| 3035 | [PreserveSig] |
| |
| 3036 | [CallerCount(Count = 0)] |
| |
| 3037 | [CallsUnknownMethods(Count = 1)] |
| |
| 3038 | public static extern int CSharp_AkMusicSyncCallbackInfo_musicSyncType_get(IntPtr jarg1); |
| |
| 3039 | |
| |
| 3040 | [PreserveSig] |
| |
| 3041 | [CallerCount(Count = 0)] |
| |
| 3042 | [CallsUnknownMethods(Count = 1)] |
| |
| 3043 | public static extern IntPtr CSharp_AkMusicSyncCallbackInfo_userCueName_get(IntPtr jarg1); |
| |
| 3044 | |
| |
| 3045 | [PreserveSig] |
| |
| 3046 | [CallerCount(Count = 0)] |
| |
| 3047 | [CallsUnknownMethods(Count = 1)] |
| |
| 3048 | public static extern IntPtr CSharp_new_AkMusicSyncCallbackInfo(); |
| |
| 3049 | |
| |
| 3050 | [PreserveSig] |
| |
| 3051 | [CallerCount(Count = 0)] |
| |
| 3052 | [CallsUnknownMethods(Count = 1)] |
| |
| 3053 | public static extern void CSharp_delete_AkMusicSyncCallbackInfo(IntPtr jarg1); |
| |
| 3054 | |
| |
| 3055 | [PreserveSig] |
| |
| 3056 | [CallerCount(Count = 0)] |
| |
| 3057 | [CallsUnknownMethods(Count = 1)] |
| |
| 3058 | public static extern uint CSharp_AkMusicPlaylistCallbackInfo_playlistID_get(IntPtr jarg1); |
| |
| 3059 | |
| |
| 3060 | [PreserveSig] |
| |
| 3061 | [CallerCount(Count = 0)] |
| |
| 3062 | [CallsUnknownMethods(Count = 1)] |
| |
| 3063 | public static extern uint CSharp_AkMusicPlaylistCallbackInfo_uNumPlaylistItems_get(IntPtr jarg1); |
| |
| 3064 | |
| |
| 3065 | [PreserveSig] |
| |
| 3066 | [CallerCount(Count = 0)] |
| |
| 3067 | [CallsUnknownMethods(Count = 1)] |
| |
| 3068 | public static extern uint CSharp_AkMusicPlaylistCallbackInfo_uPlaylistSelection_get(IntPtr jarg1); |
| |
| 3069 | |
| |
| 3070 | [PreserveSig] |
| |
| 3071 | [CallerCount(Count = 0)] |
| |
| 3072 | [CallsUnknownMethods(Count = 1)] |
| |
| 3073 | public static extern uint CSharp_AkMusicPlaylistCallbackInfo_uPlaylistItemDone_get(IntPtr jarg1); |
| |
| 3074 | |
| |
| 3075 | [PreserveSig] |
| |
| 3076 | [CallerCount(Count = 0)] |
| |
| 3077 | [CallsUnknownMethods(Count = 1)] |
| |
| 3078 | public static extern IntPtr CSharp_new_AkMusicPlaylistCallbackInfo(); |
| |
| 3079 | |
| |
| 3080 | [PreserveSig] |
| |
| 3081 | [CallerCount(Count = 0)] |
| |
| 3082 | [CallsUnknownMethods(Count = 1)] |
| |
| 3083 | public static extern void CSharp_delete_AkMusicPlaylistCallbackInfo(IntPtr jarg1); |
| |
| 3084 | |
| |
| 3085 | [PreserveSig] |
| |
| 3086 | [CallerCount(Count = 0)] |
| |
| 3087 | [CallsUnknownMethods(Count = 1)] |
| |
| 3088 | public static extern uint CSharp_AkBankCallbackInfo_bankID_get(IntPtr jarg1); |
| |
| 3089 | |
| |
| 3090 | [PreserveSig] |
| |
| 3091 | [CallerCount(Count = 0)] |
| |
| 3092 | [CallsUnknownMethods(Count = 1)] |
| |
| 3093 | public static extern IntPtr CSharp_AkBankCallbackInfo_inMemoryBankPtr_get(IntPtr jarg1); |
| |
| 3094 | |
| |
| 3095 | [PreserveSig] |
| |
| 3096 | [CallerCount(Count = 0)] |
| |
| 3097 | [CallsUnknownMethods(Count = 1)] |
| |
| 3098 | public static extern int CSharp_AkBankCallbackInfo_loadResult_get(IntPtr jarg1); |
| |
| 3099 | |
| |
| 3100 | [PreserveSig] |
| |
| 3101 | [CallerCount(Count = 0)] |
| |
| 3102 | [CallsUnknownMethods(Count = 1)] |
| |
| 3103 | public static extern int CSharp_AkBankCallbackInfo_memPoolId_get(IntPtr jarg1); |
| |
| 3104 | |
| |
| 3105 | [PreserveSig] |
| |
| 3106 | [CallerCount(Count = 0)] |
| |
| 3107 | [CallsUnknownMethods(Count = 1)] |
| |
| 3108 | public static extern IntPtr CSharp_new_AkBankCallbackInfo(); |
| |
| 3109 | |
| |
| 3110 | [PreserveSig] |
| |
| 3111 | [CallerCount(Count = 0)] |
| |
| 3112 | [CallsUnknownMethods(Count = 1)] |
| |
| 3113 | public static extern void CSharp_delete_AkBankCallbackInfo(IntPtr jarg1); |
| |
| 3114 | |
| |
| 3115 | [PreserveSig] |
| |
| 3116 | [CallerCount(Count = 0)] |
| |
| 3117 | [CallsUnknownMethods(Count = 1)] |
| |
| 3118 | public static extern int CSharp_AkMonitoringCallbackInfo_errorCode_get(IntPtr jarg1); |
| |
| 3119 | |
| |
| 3120 | [PreserveSig] |
| |
| 3121 | [CallerCount(Count = 0)] |
| |
| 3122 | [CallsUnknownMethods(Count = 1)] |
| |
| 3123 | public static extern int CSharp_AkMonitoringCallbackInfo_errorLevel_get(IntPtr jarg1); |
| |
| 3124 | |
| |
| 3125 | [PreserveSig] |
| |
| 3126 | [CallerCount(Count = 0)] |
| |
| 3127 | [CallsUnknownMethods(Count = 1)] |
| |
| 3128 | public static extern uint CSharp_AkMonitoringCallbackInfo_playingID_get(IntPtr jarg1); |
| |
| 3129 | |
| |
| 3130 | [PreserveSig] |
| |
| 3131 | [CallerCount(Count = 0)] |
| |
| 3132 | [CallsUnknownMethods(Count = 1)] |
| |
| 3133 | public static extern ulong CSharp_AkMonitoringCallbackInfo_gameObjID_get(IntPtr jarg1); |
| |
| 3134 | |
| |
| 3135 | [PreserveSig] |
| |
| 3136 | [CallerCount(Count = 0)] |
| |
| 3137 | [CallsUnknownMethods(Count = 1)] |
| |
| 3138 | public static extern IntPtr CSharp_AkMonitoringCallbackInfo_message_get(IntPtr jarg1); |
| |
| 3139 | |
| |
| 3140 | [PreserveSig] |
| |
| 3141 | [CallerCount(Count = 0)] |
| |
| 3142 | [CallsUnknownMethods(Count = 1)] |
| |
| 3143 | public static extern IntPtr CSharp_new_AkMonitoringCallbackInfo(); |
| |
| 3144 | |
| |
| 3145 | [PreserveSig] |
| |
| 3146 | [CallerCount(Count = 0)] |
| |
| 3147 | [CallsUnknownMethods(Count = 1)] |
| |
| 3148 | public static extern void CSharp_delete_AkMonitoringCallbackInfo(IntPtr jarg1); |
| |
| 3149 | |
| |
| 3150 | [PreserveSig] |
| |
| 3151 | [CallerCount(Count = 0)] |
| |
| 3152 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 3153 | [CallsUnknownMethods(Count = 1)] |
| |
| 3154 | public static extern bool CSharp_AkAudioInterruptionCallbackInfo_bEnterInterruption_get(IntPtr jarg1); |
| |
| 3155 | |
| |
| 3156 | [PreserveSig] |
| |
| 3157 | [CallerCount(Count = 0)] |
| |
| 3158 | [CallsUnknownMethods(Count = 1)] |
| |
| 3159 | public static extern IntPtr CSharp_new_AkAudioInterruptionCallbackInfo(); |
| |
| 3160 | |
| |
| 3161 | [PreserveSig] |
| |
| 3162 | [CallerCount(Count = 0)] |
| |
| 3163 | [CallsUnknownMethods(Count = 1)] |
| |
| 3164 | public static extern void CSharp_delete_AkAudioInterruptionCallbackInfo(IntPtr jarg1); |
| |
| 3165 | |
| |
| 3166 | [PreserveSig] |
| |
| 3167 | [CallerCount(Count = 0)] |
| |
| 3168 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 3169 | [CallsUnknownMethods(Count = 1)] |
| |
| 3170 | public static extern bool CSharp_AkAudioSourceChangeCallbackInfo_bOtherAudioPlaying_get(IntPtr jarg1); |
| |
| 3171 | |
| |
| 3172 | [PreserveSig] |
| |
| 3173 | [CallerCount(Count = 0)] |
| |
| 3174 | [CallsUnknownMethods(Count = 1)] |
| |
| 3175 | public static extern IntPtr CSharp_new_AkAudioSourceChangeCallbackInfo(); |
| |
| 3176 | |
| |
| 3177 | [PreserveSig] |
| |
| 3178 | [CallerCount(Count = 0)] |
| |
| 3179 | [CallsUnknownMethods(Count = 1)] |
| |
| 3180 | public static extern void CSharp_delete_AkAudioSourceChangeCallbackInfo(IntPtr jarg1); |
| |
| 3181 | |
| |
| 3182 | [PreserveSig] |
| |
| 3183 | [CallerCount(Count = 0)] |
| |
| 3184 | [CallsUnknownMethods(Count = 1)] |
| |
| 3185 | public static extern int CSharp_AkCallbackSerializer_Init(IntPtr jarg1, uint jarg2); |
| |
| 3186 | |
| |
| 3187 | [PreserveSig] |
| |
| 3188 | [CallerCount(Count = 0)] |
| |
| 3189 | [CallsUnknownMethods(Count = 1)] |
| |
| 3190 | public static extern void CSharp_AkCallbackSerializer_Term(); |
| |
| 3191 | |
| |
| 3192 | [PreserveSig] |
| |
| 3193 | [CallerCount(Count = 0)] |
| |
| 3194 | [CallsUnknownMethods(Count = 1)] |
| |
| 3195 | public static extern IntPtr CSharp_AkCallbackSerializer_Lock(); |
| |
| 3196 | |
| |
| 3197 | [PreserveSig] |
| |
| 3198 | [CallerCount(Count = 0)] |
| |
| 3199 | [CallsUnknownMethods(Count = 1)] |
| |
| 3200 | public static extern void CSharp_AkCallbackSerializer_SetLocalOutput(uint jarg1); |
| |
| 3201 | |
| |
| 3202 | [PreserveSig] |
| |
| 3203 | [CallerCount(Count = 0)] |
| |
| 3204 | [CallsUnknownMethods(Count = 1)] |
| |
| 3205 | public static extern void CSharp_AkCallbackSerializer_Unlock(); |
| |
| 3206 | |
| |
| 3207 | [PreserveSig] |
| |
| 3208 | [CallerCount(Count = 0)] |
| |
| 3209 | [CallsUnknownMethods(Count = 1)] |
| |
| 3210 | public static extern int CSharp_AkCallbackSerializer_AudioSourceChangeCallbackFunc(bool jarg1, IntPtr jarg2); |
| |
| 3211 | |
| |
| 3212 | [PreserveSig] |
| |
| 3213 | [CallerCount(Count = 0)] |
| |
| 3214 | [CallsUnknownMethods(Count = 1)] |
| |
| 3215 | public static extern IntPtr CSharp_new_AkCallbackSerializer(); |
| |
| 3216 | |
| |
| 3217 | [PreserveSig] |
| |
| 3218 | [CallerCount(Count = 0)] |
| |
| 3219 | [CallsUnknownMethods(Count = 1)] |
| |
| 3220 | public static extern void CSharp_delete_AkCallbackSerializer(IntPtr jarg1); |
| |
| 3221 | |
| |
| 3222 | [PreserveSig] |
| |
| 3223 | [CallerCount(Count = 0)] |
| |
| 3224 | [CallsUnknownMethods(Count = 1)] |
| |
| 3225 | public static extern int CSharp_PostCode__SWIG_0(int jarg1, int jarg2, uint jarg3, ulong jarg4, uint jarg5, bool jarg6); |
| |
| 3226 | |
| |
| 3227 | [PreserveSig] |
| |
| 3228 | [CallerCount(Count = 0)] |
| |
| 3229 | [CallsUnknownMethods(Count = 1)] |
| |
| 3230 | public static extern int CSharp_PostCode__SWIG_1(int jarg1, int jarg2, uint jarg3, ulong jarg4, uint jarg5); |
| |
| 3231 | |
| |
| 3232 | [PreserveSig] |
| |
| 3233 | [CallerCount(Count = 0)] |
| |
| 3234 | [CallsUnknownMethods(Count = 1)] |
| |
| 3235 | public static extern int CSharp_PostCode__SWIG_2(int jarg1, int jarg2, uint jarg3, ulong jarg4); |
| |
| 3236 | |
| |
| 3237 | [PreserveSig] |
| |
| 3238 | [CallerCount(Count = 0)] |
| |
| 3239 | [CallsUnknownMethods(Count = 1)] |
| |
| 3240 | public static extern int CSharp_PostCode__SWIG_3(int jarg1, int jarg2, uint jarg3); |
| |
| 3241 | |
| |
| 3242 | [PreserveSig] |
| |
| 3243 | [CallerCount(Count = 0)] |
| |
| 3244 | [CallsUnknownMethods(Count = 1)] |
| |
| 3245 | public static extern int CSharp_PostCode__SWIG_4(int jarg1, int jarg2); |
| |
| 3246 | |
| |
| 3247 | [PreserveSig] |
| |
| 3248 | [CallerCount(Count = 0)] |
| |
| 3249 | [CallsUnknownMethods(Count = 1)] |
| |
| 3250 | public static extern int CSharp_PostString__SWIG_0(string jarg1, int jarg2, uint jarg3, ulong jarg4, uint jarg5, bool jarg6); |
| |
| 3251 | |
| |
| 3252 | [PreserveSig] |
| |
| 3253 | [CallerCount(Count = 0)] |
| |
| 3254 | [CallsUnknownMethods(Count = 1)] |
| |
| 3255 | public static extern int CSharp_PostString__SWIG_1(string jarg1, int jarg2, uint jarg3, ulong jarg4, uint jarg5); |
| |
| 3256 | |
| |
| 3257 | [PreserveSig] |
| |
| 3258 | [CallerCount(Count = 0)] |
| |
| 3259 | [CallsUnknownMethods(Count = 1)] |
| |
| 3260 | public static extern int CSharp_PostString__SWIG_2(string jarg1, int jarg2, uint jarg3, ulong jarg4); |
| |
| 3261 | |
| |
| 3262 | [PreserveSig] |
| |
| 3263 | [CallerCount(Count = 0)] |
| |
| 3264 | [CallsUnknownMethods(Count = 1)] |
| |
| 3265 | public static extern int CSharp_PostString__SWIG_3(string jarg1, int jarg2, uint jarg3); |
| |
| 3266 | |
| |
| 3267 | [PreserveSig] |
| |
| 3268 | [CallerCount(Count = 0)] |
| |
| 3269 | [CallsUnknownMethods(Count = 1)] |
| |
| 3270 | public static extern int CSharp_PostString__SWIG_4(string jarg1, int jarg2); |
| |
| 3271 | |
| |
| 3272 | [PreserveSig] |
| |
| 3273 | [CallerCount(Count = 0)] |
| |
| 3274 | [CallsUnknownMethods(Count = 1)] |
| |
| 3275 | public static extern int CSharp_GetTimeStamp(); |
| |
| 3276 | |
| |
| 3277 | [PreserveSig] |
| |
| 3278 | [CallerCount(Count = 0)] |
| |
| 3279 | [CallsUnknownMethods(Count = 1)] |
| |
| 3280 | public static extern uint CSharp_GetNumNonZeroBits(uint jarg1); |
| |
| 3281 | |
| |
| 3282 | [PreserveSig] |
| |
| 3283 | [CallerCount(Count = 0)] |
| |
| 3284 | [CallsUnknownMethods(Count = 1)] |
| |
| 3285 | public static extern void CSharp_AkGetDefaultHighPriorityThreadProperties(IntPtr jarg1); |
| |
| 3286 | |
| |
| 3287 | [PreserveSig] |
| |
| 3288 | [CallerCount(Count = 0)] |
| |
| 3289 | [CallsUnknownMethods(Count = 1)] |
| |
| 3290 | public static extern uint CSharp_ResolveDialogueEvent__SWIG_0(uint jarg1, [In] uint[] jarg2, uint jarg3, uint jarg4); |
| |
| 3291 | |
| |
| 3292 | [PreserveSig] |
| |
| 3293 | [CallerCount(Count = 0)] |
| |
| 3294 | [CallsUnknownMethods(Count = 1)] |
| |
| 3295 | public static extern uint CSharp_ResolveDialogueEvent__SWIG_1(uint jarg1, [In] uint[] jarg2, uint jarg3); |
| |
| 3296 | |
| |
| 3297 | [PreserveSig] |
| |
| 3298 | [CallerCount(Count = 0)] |
| |
| 3299 | [CallsUnknownMethods(Count = 1)] |
| |
| 3300 | public static extern int CSharp_GetDialogueEventCustomPropertyValue__SWIG_0(uint jarg1, uint jarg2, out int jarg3); |
| |
| 3301 | |
| |
| 3302 | [PreserveSig] |
| |
| 3303 | [CallerCount(Count = 0)] |
| |
| 3304 | [CallsUnknownMethods(Count = 1)] |
| |
| 3305 | public static extern int CSharp_GetDialogueEventCustomPropertyValue__SWIG_1(uint jarg1, uint jarg2, out float jarg3); |
| |
| 3306 | |
| |
| 3307 | [PreserveSig] |
| |
| 3308 | [CallerCount(Count = 0)] |
| |
| 3309 | [CallsUnknownMethods(Count = 1)] |
| |
| 3310 | public static extern void CSharp_AkPositioningInfo_fCenterPct_set(IntPtr jarg1, float jarg2); |
| |
| 3311 | |
| |
| 3312 | [PreserveSig] |
| |
| 3313 | [CallerCount(Count = 0)] |
| |
| 3314 | [CallsUnknownMethods(Count = 1)] |
| |
| 3315 | public static extern float CSharp_AkPositioningInfo_fCenterPct_get(IntPtr jarg1); |
| |
| 3316 | |
| |
| 3317 | [PreserveSig] |
| |
| 3318 | [CallerCount(Count = 0)] |
| |
| 3319 | [CallsUnknownMethods(Count = 1)] |
| |
| 3320 | public static extern void CSharp_AkPositioningInfo_pannerType_set(IntPtr jarg1, int jarg2); |
| |
| 3321 | |
| |
| 3322 | [PreserveSig] |
| |
| 3323 | [CallerCount(Count = 0)] |
| |
| 3324 | [CallsUnknownMethods(Count = 1)] |
| |
| 3325 | public static extern int CSharp_AkPositioningInfo_pannerType_get(IntPtr jarg1); |
| |
| 3326 | |
| |
| 3327 | [PreserveSig] |
| |
| 3328 | [CallerCount(Count = 0)] |
| |
| 3329 | [CallsUnknownMethods(Count = 1)] |
| |
| 3330 | public static extern void CSharp_AkPositioningInfo_e3dPositioningType_set(IntPtr jarg1, int jarg2); |
| |
| 3331 | |
| |
| 3332 | [PreserveSig] |
| |
| 3333 | [CallerCount(Count = 0)] |
| |
| 3334 | [CallsUnknownMethods(Count = 1)] |
| |
| 3335 | public static extern int CSharp_AkPositioningInfo_e3dPositioningType_get(IntPtr jarg1); |
| |
| 3336 | |
| |
| 3337 | [PreserveSig] |
| |
| 3338 | [CallerCount(Count = 0)] |
| |
| 3339 | [CallsUnknownMethods(Count = 1)] |
| |
| 3340 | public static extern void CSharp_AkPositioningInfo_bHoldEmitterPosAndOrient_set(IntPtr jarg1, bool jarg2); |
| |
| 3341 | |
| |
| 3342 | [PreserveSig] |
| |
| 3343 | [CallerCount(Count = 0)] |
| |
| 3344 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 3345 | [CallsUnknownMethods(Count = 1)] |
| |
| 3346 | public static extern bool CSharp_AkPositioningInfo_bHoldEmitterPosAndOrient_get(IntPtr jarg1); |
| |
| 3347 | |
| |
| 3348 | [PreserveSig] |
| |
| 3349 | [CallerCount(Count = 0)] |
| |
| 3350 | [CallsUnknownMethods(Count = 1)] |
| |
| 3351 | public static extern void CSharp_AkPositioningInfo_e3DSpatializationMode_set(IntPtr jarg1, int jarg2); |
| |
| 3352 | |
| |
| 3353 | [PreserveSig] |
| |
| 3354 | [CallerCount(Count = 0)] |
| |
| 3355 | [CallsUnknownMethods(Count = 1)] |
| |
| 3356 | public static extern int CSharp_AkPositioningInfo_e3DSpatializationMode_get(IntPtr jarg1); |
| |
| 3357 | |
| |
| 3358 | [PreserveSig] |
| |
| 3359 | [CallerCount(Count = 0)] |
| |
| 3360 | [CallsUnknownMethods(Count = 1)] |
| |
| 3361 | public static extern void CSharp_AkPositioningInfo_bUseAttenuation_set(IntPtr jarg1, bool jarg2); |
| |
| 3362 | |
| |
| 3363 | [PreserveSig] |
| |
| 3364 | [CallerCount(Count = 0)] |
| |
| 3365 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 3366 | [CallsUnknownMethods(Count = 1)] |
| |
| 3367 | public static extern bool CSharp_AkPositioningInfo_bUseAttenuation_get(IntPtr jarg1); |
| |
| 3368 | |
| |
| 3369 | [PreserveSig] |
| |
| 3370 | [CallerCount(Count = 0)] |
| |
| 3371 | [CallsUnknownMethods(Count = 1)] |
| |
| 3372 | public static extern void CSharp_AkPositioningInfo_bUseConeAttenuation_set(IntPtr jarg1, bool jarg2); |
| |
| 3373 | |
| |
| 3374 | [PreserveSig] |
| |
| 3375 | [CallerCount(Count = 0)] |
| |
| 3376 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 3377 | [CallsUnknownMethods(Count = 1)] |
| |
| 3378 | public static extern bool CSharp_AkPositioningInfo_bUseConeAttenuation_get(IntPtr jarg1); |
| |
| 3379 | |
| |
| 3380 | [PreserveSig] |
| |
| 3381 | [CallerCount(Count = 0)] |
| |
| 3382 | [CallsUnknownMethods(Count = 1)] |
| |
| 3383 | public static extern void CSharp_AkPositioningInfo_fInnerAngle_set(IntPtr jarg1, float jarg2); |
| |
| 3384 | |
| |
| 3385 | [PreserveSig] |
| |
| 3386 | [CallerCount(Count = 0)] |
| |
| 3387 | [CallsUnknownMethods(Count = 1)] |
| |
| 3388 | public static extern float CSharp_AkPositioningInfo_fInnerAngle_get(IntPtr jarg1); |
| |
| 3389 | |
| |
| 3390 | [PreserveSig] |
| |
| 3391 | [CallerCount(Count = 0)] |
| |
| 3392 | [CallsUnknownMethods(Count = 1)] |
| |
| 3393 | public static extern void CSharp_AkPositioningInfo_fOuterAngle_set(IntPtr jarg1, float jarg2); |
| |
| 3394 | |
| |
| 3395 | [PreserveSig] |
| |
| 3396 | [CallerCount(Count = 0)] |
| |
| 3397 | [CallsUnknownMethods(Count = 1)] |
| |
| 3398 | public static extern float CSharp_AkPositioningInfo_fOuterAngle_get(IntPtr jarg1); |
| |
| 3399 | |
| |
| 3400 | [PreserveSig] |
| |
| 3401 | [CallerCount(Count = 0)] |
| |
| 3402 | [CallsUnknownMethods(Count = 1)] |
| |
| 3403 | public static extern void CSharp_AkPositioningInfo_fConeMaxAttenuation_set(IntPtr jarg1, float jarg2); |
| |
| 3404 | |
| |
| 3405 | [PreserveSig] |
| |
| 3406 | [CallerCount(Count = 0)] |
| |
| 3407 | [CallsUnknownMethods(Count = 1)] |
| |
| 3408 | public static extern float CSharp_AkPositioningInfo_fConeMaxAttenuation_get(IntPtr jarg1); |
| |
| 3409 | |
| |
| 3410 | [PreserveSig] |
| |
| 3411 | [CallerCount(Count = 0)] |
| |
| 3412 | [CallsUnknownMethods(Count = 1)] |
| |
| 3413 | public static extern void CSharp_AkPositioningInfo_LPFCone_set(IntPtr jarg1, float jarg2); |
| |
| 3414 | |
| |
| 3415 | [PreserveSig] |
| |
| 3416 | [CallerCount(Count = 0)] |
| |
| 3417 | [CallsUnknownMethods(Count = 1)] |
| |
| 3418 | public static extern float CSharp_AkPositioningInfo_LPFCone_get(IntPtr jarg1); |
| |
| 3419 | |
| |
| 3420 | [PreserveSig] |
| |
| 3421 | [CallerCount(Count = 0)] |
| |
| 3422 | [CallsUnknownMethods(Count = 1)] |
| |
| 3423 | public static extern void CSharp_AkPositioningInfo_HPFCone_set(IntPtr jarg1, float jarg2); |
| |
| 3424 | |
| |
| 3425 | [PreserveSig] |
| |
| 3426 | [CallerCount(Count = 0)] |
| |
| 3427 | [CallsUnknownMethods(Count = 1)] |
| |
| 3428 | public static extern float CSharp_AkPositioningInfo_HPFCone_get(IntPtr jarg1); |
| |
| 3429 | |
| |
| 3430 | [PreserveSig] |
| |
| 3431 | [CallerCount(Count = 0)] |
| |
| 3432 | [CallsUnknownMethods(Count = 1)] |
| |
| 3433 | public static extern void CSharp_AkPositioningInfo_fMaxDistance_set(IntPtr jarg1, float jarg2); |
| |
| 3434 | |
| |
| 3435 | [PreserveSig] |
| |
| 3436 | [CallerCount(Count = 0)] |
| |
| 3437 | [CallsUnknownMethods(Count = 1)] |
| |
| 3438 | public static extern float CSharp_AkPositioningInfo_fMaxDistance_get(IntPtr jarg1); |
| |
| 3439 | |
| |
| 3440 | [PreserveSig] |
| |
| 3441 | [CallerCount(Count = 0)] |
| |
| 3442 | [CallsUnknownMethods(Count = 1)] |
| |
| 3443 | public static extern void CSharp_AkPositioningInfo_fVolDryAtMaxDist_set(IntPtr jarg1, float jarg2); |
| |
| 3444 | |
| |
| 3445 | [PreserveSig] |
| |
| 3446 | [CallerCount(Count = 0)] |
| |
| 3447 | [CallsUnknownMethods(Count = 1)] |
| |
| 3448 | public static extern float CSharp_AkPositioningInfo_fVolDryAtMaxDist_get(IntPtr jarg1); |
| |
| 3449 | |
| |
| 3450 | [PreserveSig] |
| |
| 3451 | [CallerCount(Count = 0)] |
| |
| 3452 | [CallsUnknownMethods(Count = 1)] |
| |
| 3453 | public static extern void CSharp_AkPositioningInfo_fVolAuxGameDefAtMaxDist_set(IntPtr jarg1, float jarg2); |
| |
| 3454 | |
| |
| 3455 | [PreserveSig] |
| |
| 3456 | [CallerCount(Count = 0)] |
| |
| 3457 | [CallsUnknownMethods(Count = 1)] |
| |
| 3458 | public static extern float CSharp_AkPositioningInfo_fVolAuxGameDefAtMaxDist_get(IntPtr jarg1); |
| |
| 3459 | |
| |
| 3460 | [PreserveSig] |
| |
| 3461 | [CallerCount(Count = 0)] |
| |
| 3462 | [CallsUnknownMethods(Count = 1)] |
| |
| 3463 | public static extern void CSharp_AkPositioningInfo_fVolAuxUserDefAtMaxDist_set(IntPtr jarg1, float jarg2); |
| |
| 3464 | |
| |
| 3465 | [PreserveSig] |
| |
| 3466 | [CallerCount(Count = 0)] |
| |
| 3467 | [CallsUnknownMethods(Count = 1)] |
| |
| 3468 | public static extern float CSharp_AkPositioningInfo_fVolAuxUserDefAtMaxDist_get(IntPtr jarg1); |
| |
| 3469 | |
| |
| 3470 | [PreserveSig] |
| |
| 3471 | [CallerCount(Count = 0)] |
| |
| 3472 | [CallsUnknownMethods(Count = 1)] |
| |
| 3473 | public static extern void CSharp_AkPositioningInfo_LPFValueAtMaxDist_set(IntPtr jarg1, float jarg2); |
| |
| 3474 | |
| |
| 3475 | [PreserveSig] |
| |
| 3476 | [CallerCount(Count = 0)] |
| |
| 3477 | [CallsUnknownMethods(Count = 1)] |
| |
| 3478 | public static extern float CSharp_AkPositioningInfo_LPFValueAtMaxDist_get(IntPtr jarg1); |
| |
| 3479 | |
| |
| 3480 | [PreserveSig] |
| |
| 3481 | [CallerCount(Count = 0)] |
| |
| 3482 | [CallsUnknownMethods(Count = 1)] |
| |
| 3483 | public static extern void CSharp_AkPositioningInfo_HPFValueAtMaxDist_set(IntPtr jarg1, float jarg2); |
| |
| 3484 | |
| |
| 3485 | [PreserveSig] |
| |
| 3486 | [CallerCount(Count = 0)] |
| |
| 3487 | [CallsUnknownMethods(Count = 1)] |
| |
| 3488 | public static extern float CSharp_AkPositioningInfo_HPFValueAtMaxDist_get(IntPtr jarg1); |
| |
| 3489 | |
| |
| 3490 | [PreserveSig] |
| |
| 3491 | [CallerCount(Count = 0)] |
| |
| 3492 | [CallsUnknownMethods(Count = 1)] |
| |
| 3493 | public static extern IntPtr CSharp_new_AkPositioningInfo(); |
| |
| 3494 | |
| |
| 3495 | [PreserveSig] |
| |
| 3496 | [CallerCount(Count = 0)] |
| |
| 3497 | [CallsUnknownMethods(Count = 1)] |
| |
| 3498 | public static extern void CSharp_delete_AkPositioningInfo(IntPtr jarg1); |
| |
| 3499 | |
| |
| 3500 | [PreserveSig] |
| |
| 3501 | [CallerCount(Count = 0)] |
| |
| 3502 | [CallsUnknownMethods(Count = 1)] |
| |
| 3503 | public static extern void CSharp_AkObjectInfo_objID_set(IntPtr jarg1, uint jarg2); |
| |
| 3504 | |
| |
| 3505 | [PreserveSig] |
| |
| 3506 | [CallerCount(Count = 0)] |
| |
| 3507 | [CallsUnknownMethods(Count = 1)] |
| |
| 3508 | public static extern uint CSharp_AkObjectInfo_objID_get(IntPtr jarg1); |
| |
| 3509 | |
| |
| 3510 | [PreserveSig] |
| |
| 3511 | [CallerCount(Count = 0)] |
| |
| 3512 | [CallsUnknownMethods(Count = 1)] |
| |
| 3513 | public static extern void CSharp_AkObjectInfo_parentID_set(IntPtr jarg1, uint jarg2); |
| |
| 3514 | |
| |
| 3515 | [PreserveSig] |
| |
| 3516 | [CallerCount(Count = 0)] |
| |
| 3517 | [CallsUnknownMethods(Count = 1)] |
| |
| 3518 | public static extern uint CSharp_AkObjectInfo_parentID_get(IntPtr jarg1); |
| |
| 3519 | |
| |
| 3520 | [PreserveSig] |
| |
| 3521 | [CallerCount(Count = 0)] |
| |
| 3522 | [CallsUnknownMethods(Count = 1)] |
| |
| 3523 | public static extern void CSharp_AkObjectInfo_iDepth_set(IntPtr jarg1, int jarg2); |
| |
| 3524 | |
| |
| 3525 | [PreserveSig] |
| |
| 3526 | [CallerCount(Count = 0)] |
| |
| 3527 | [CallsUnknownMethods(Count = 1)] |
| |
| 3528 | public static extern int CSharp_AkObjectInfo_iDepth_get(IntPtr jarg1); |
| |
| 3529 | |
| |
| 3530 | [PreserveSig] |
| |
| 3531 | [CalledBy(Type = typeof(AkObjectInfo), Member = "Clear")] |
| |
| 3532 | [CalledBy(Type = typeof(AkObjectInfoArray), Member = "DefaultConstructAtIntPtr")] |
| |
| 3533 | [CallerCount(Count = 2)] |
| |
| 3534 | [CallsUnknownMethods(Count = 1)] |
| |
| 3535 | public static extern void CSharp_AkObjectInfo_Clear(IntPtr jarg1); |
| |
| 3536 | |
| |
| 3537 | [PreserveSig] |
| |
| 3538 | [CalledBy(Type = typeof(AkObjectInfo), Member = "GetSizeOf")] |
| |
| 3539 | [CalledBy(Type = typeof(AkObjectInfoArray), Member = "get_StructureSize")] |
| |
| 3540 | [CallerCount(Count = 2)] |
| |
| 3541 | [CallsUnknownMethods(Count = 1)] |
| |
| 3542 | public static extern int CSharp_AkObjectInfo_GetSizeOf(); |
| |
| 3543 | |
| |
| 3544 | [PreserveSig] |
| |
| 3545 | [CalledBy(Type = typeof(AkObjectInfo), Member = "Clone")] |
| |
| 3546 | [CalledBy(Type = typeof(AkObjectInfoArray), Member = "CloneIntoReferenceFromIntPtr")] |
| |
| 3547 | [CallerCount(Count = 2)] |
| |
| 3548 | [CallsUnknownMethods(Count = 1)] |
| |
| 3549 | public static extern void CSharp_AkObjectInfo_Clone(IntPtr jarg1, IntPtr jarg2); |
| |
| 3550 | |
| |
| 3551 | [PreserveSig] |
| |
| 3552 | [CallerCount(Count = 0)] |
| |
| 3553 | [CallsUnknownMethods(Count = 1)] |
| |
| 3554 | public static extern IntPtr CSharp_new_AkObjectInfo(); |
| |
| 3555 | |
| |
| 3556 | [PreserveSig] |
| |
| 3557 | [CallerCount(Count = 0)] |
| |
| 3558 | [CallsUnknownMethods(Count = 1)] |
| |
| 3559 | public static extern void CSharp_delete_AkObjectInfo(IntPtr jarg1); |
| |
| 3560 | |
| |
| 3561 | [PreserveSig] |
| |
| 3562 | [CallerCount(Count = 0)] |
| |
| 3563 | [CallsUnknownMethods(Count = 1)] |
| |
| 3564 | public static extern int CSharp_GetPosition(ulong jarg1, IntPtr jarg2); |
| |
| 3565 | |
| |
| 3566 | [PreserveSig] |
| |
| 3567 | [CallerCount(Count = 0)] |
| |
| 3568 | [CallsUnknownMethods(Count = 1)] |
| |
| 3569 | public static extern int CSharp_GetListenerPosition(ulong jarg1, IntPtr jarg2); |
| |
| 3570 | |
| |
| 3571 | [PreserveSig] |
| |
| 3572 | [CallerCount(Count = 0)] |
| |
| 3573 | [CallsUnknownMethods(Count = 1)] |
| |
| 3574 | public static extern int CSharp_GetRTPCValue__SWIG_0(uint jarg1, ulong jarg2, uint jarg3, out float jarg4, ref int jarg5); |
| |
| 3575 | |
| |
| 3576 | [PreserveSig] |
| |
| 3577 | [CallerCount(Count = 0)] |
| |
| 3578 | [CallsUnknownMethods(Count = 1)] |
| |
| 3579 | public static extern int CSharp_GetRTPCValue__SWIG_1(string jarg1, ulong jarg2, uint jarg3, out float jarg4, ref int jarg5); |
| |
| 3580 | |
| |
| 3581 | [PreserveSig] |
| |
| 3582 | [CallerCount(Count = 0)] |
| |
| 3583 | [CallsUnknownMethods(Count = 1)] |
| |
| 3584 | public static extern int CSharp_GetSwitch__SWIG_0(uint jarg1, ulong jarg2, out uint jarg3); |
| |
| 3585 | |
| |
| 3586 | [PreserveSig] |
| |
| 3587 | [CallerCount(Count = 0)] |
| |
| 3588 | [CallsUnknownMethods(Count = 1)] |
| |
| 3589 | public static extern int CSharp_GetSwitch__SWIG_1(string jarg1, ulong jarg2, out uint jarg3); |
| |
| 3590 | |
| |
| 3591 | [PreserveSig] |
| |
| 3592 | [CallerCount(Count = 0)] |
| |
| 3593 | [CallsUnknownMethods(Count = 1)] |
| |
| 3594 | public static extern int CSharp_GetState__SWIG_0(uint jarg1, out uint jarg2); |
| |
| 3595 | |
| |
| 3596 | [PreserveSig] |
| |
| 3597 | [CallerCount(Count = 0)] |
| |
| 3598 | [CallsUnknownMethods(Count = 1)] |
| |
| 3599 | public static extern int CSharp_GetState__SWIG_1(string jarg1, out uint jarg2); |
| |
| 3600 | |
| |
| 3601 | [PreserveSig] |
| |
| 3602 | [CalledBy(Type = typeof(AkSoundEngine), Member = "GetGameObjectAuxSendValues")] |
| |
| 3603 | [CallerCount(Count = 1)] |
| |
| 3604 | [CallsUnknownMethods(Count = 1)] |
| |
| 3605 | public static extern int CSharp_GetGameObjectAuxSendValues(ulong jarg1, IntPtr jarg2, ref uint jarg3); |
| |
| 3606 | |
| |
| 3607 | [PreserveSig] |
| |
| 3608 | [CallerCount(Count = 0)] |
| |
| 3609 | [CallsUnknownMethods(Count = 1)] |
| |
| 3610 | public static extern int CSharp_GetGameObjectDryLevelValue(ulong jarg1, ulong jarg2, out float jarg3); |
| |
| 3611 | |
| |
| 3612 | [PreserveSig] |
| |
| 3613 | [CallerCount(Count = 0)] |
| |
| 3614 | [CallsUnknownMethods(Count = 1)] |
| |
| 3615 | public static extern int CSharp_GetObjectObstructionAndOcclusion(ulong jarg1, ulong jarg2, out float jarg3, out float jarg4); |
| |
| 3616 | |
| |
| 3617 | [PreserveSig] |
| |
| 3618 | [CallerCount(Count = 0)] |
| |
| 3619 | [CallsUnknownMethods(Count = 1)] |
| |
| 3620 | public static extern int CSharp_QueryAudioObjectIDs__SWIG_0(uint jarg1, ref uint jarg2, IntPtr jarg3); |
| |
| 3621 | |
| |
| 3622 | [PreserveSig] |
| |
| 3623 | [CallerCount(Count = 0)] |
| |
| 3624 | [CallsUnknownMethods(Count = 1)] |
| |
| 3625 | public static extern int CSharp_QueryAudioObjectIDs__SWIG_1(string jarg1, ref uint jarg2, IntPtr jarg3); |
| |
| 3626 | |
| |
| 3627 | [PreserveSig] |
| |
| 3628 | [CallerCount(Count = 0)] |
| |
| 3629 | [CallsUnknownMethods(Count = 1)] |
| |
| 3630 | public static extern int CSharp_GetPositioningInfo(uint jarg1, IntPtr jarg2); |
| |
| 3631 | |
| |
| 3632 | [PreserveSig] |
| |
| 3633 | [CallerCount(Count = 0)] |
| |
| 3634 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 3635 | [CallsUnknownMethods(Count = 1)] |
| |
| 3636 | public static extern bool CSharp_GetIsGameObjectActive(ulong jarg1); |
| |
| 3637 | |
| |
| 3638 | [PreserveSig] |
| |
| 3639 | [CallerCount(Count = 0)] |
| |
| 3640 | [CallsUnknownMethods(Count = 1)] |
| |
| 3641 | public static extern float CSharp_GetMaxRadius(ulong jarg1); |
| |
| 3642 | |
| |
| 3643 | [PreserveSig] |
| |
| 3644 | [CallerCount(Count = 0)] |
| |
| 3645 | [CallsUnknownMethods(Count = 1)] |
| |
| 3646 | public static extern uint CSharp_GetEventIDFromPlayingID(uint jarg1); |
| |
| 3647 | |
| |
| 3648 | [PreserveSig] |
| |
| 3649 | [CallerCount(Count = 0)] |
| |
| 3650 | [CallsUnknownMethods(Count = 1)] |
| |
| 3651 | public static extern ulong CSharp_GetGameObjectFromPlayingID(uint jarg1); |
| |
| 3652 | |
| |
| 3653 | [PreserveSig] |
| |
| 3654 | [CallerCount(Count = 0)] |
| |
| 3655 | [CallsDeduplicatedMethods(Count = 3)] |
| |
| 3656 | [CallsUnknownMethods(Count = 2)] |
| |
| 3657 | public static extern int CSharp_GetPlayingIDsFromGameObject(ulong jarg1, ref uint jarg2, [Out] uint[] jarg3); |
| |
| 3658 | |
| |
| 3659 | [PreserveSig] |
| |
| 3660 | [CallerCount(Count = 0)] |
| |
| 3661 | [CallsUnknownMethods(Count = 1)] |
| |
| 3662 | public static extern int CSharp_GetCustomPropertyValue__SWIG_0(uint jarg1, uint jarg2, out int jarg3); |
| |
| 3663 | |
| |
| 3664 | [PreserveSig] |
| |
| 3665 | [CallerCount(Count = 0)] |
| |
| 3666 | [CallsUnknownMethods(Count = 1)] |
| |
| 3667 | public static extern int CSharp_GetCustomPropertyValue__SWIG_1(uint jarg1, uint jarg2, out float jarg3); |
| |
| 3668 | |
| |
| 3669 | [PreserveSig] |
| |
| 3670 | [CallerCount(Count = 0)] |
| |
| 3671 | [CallsUnknownMethods(Count = 1)] |
| |
| 3672 | public static extern void CSharp_AK_SPEAKER_SETUP_FIX_LEFT_TO_CENTER(ref uint jarg1); |
| |
| 3673 | |
| |
| 3674 | [PreserveSig] |
| |
| 3675 | [CallerCount(Count = 0)] |
| |
| 3676 | [CallsUnknownMethods(Count = 1)] |
| |
| 3677 | public static extern void CSharp_AK_SPEAKER_SETUP_FIX_REAR_TO_SIDE(ref uint jarg1); |
| |
| 3678 | |
| |
| 3679 | [PreserveSig] |
| |
| 3680 | [CallerCount(Count = 0)] |
| |
| 3681 | [CallsUnknownMethods(Count = 1)] |
| |
| 3682 | public static extern void CSharp_AK_SPEAKER_SETUP_CONVERT_TO_SUPPORTED(ref uint jarg1); |
| |
| 3683 | |
| |
| 3684 | [PreserveSig] |
| |
| 3685 | [CallerCount(Count = 0)] |
| |
| 3686 | [CallsUnknownMethods(Count = 1)] |
| |
| 3687 | public static extern byte CSharp_ChannelMaskToNumChannels(uint jarg1); |
| |
| 3688 | |
| |
| 3689 | [PreserveSig] |
| |
| 3690 | [CallerCount(Count = 0)] |
| |
| 3691 | [CallsUnknownMethods(Count = 1)] |
| |
| 3692 | public static extern uint CSharp_ChannelMaskFromNumChannels(uint jarg1); |
| |
| 3693 | |
| |
| 3694 | [PreserveSig] |
| |
| 3695 | [CallerCount(Count = 0)] |
| |
| 3696 | [CallsUnknownMethods(Count = 1)] |
| |
| 3697 | public static extern byte CSharp_ChannelBitToIndex(uint jarg1, uint jarg2); |
| |
| 3698 | |
| |
| 3699 | [PreserveSig] |
| |
| 3700 | [CallerCount(Count = 0)] |
| |
| 3701 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 3702 | [CallsUnknownMethods(Count = 1)] |
| |
| 3703 | public static extern bool CSharp_HasSurroundChannels(uint jarg1); |
| |
| 3704 | |
| |
| 3705 | [PreserveSig] |
| |
| 3706 | [CallerCount(Count = 0)] |
| |
| 3707 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 3708 | [CallsUnknownMethods(Count = 1)] |
| |
| 3709 | public static extern bool CSharp_HasStrictlyOnePairOfSurroundChannels(uint jarg1); |
| |
| 3710 | |
| |
| 3711 | [PreserveSig] |
| |
| 3712 | [CallerCount(Count = 0)] |
| |
| 3713 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 3714 | [CallsUnknownMethods(Count = 1)] |
| |
| 3715 | public static extern bool CSharp_HasSideAndRearChannels(uint jarg1); |
| |
| 3716 | |
| |
| 3717 | [PreserveSig] |
| |
| 3718 | [CallerCount(Count = 0)] |
| |
| 3719 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 3720 | [CallsUnknownMethods(Count = 1)] |
| |
| 3721 | public static extern bool CSharp_HasHeightChannels(uint jarg1); |
| |
| 3722 | |
| |
| 3723 | [PreserveSig] |
| |
| 3724 | [CallerCount(Count = 0)] |
| |
| 3725 | [CallsUnknownMethods(Count = 1)] |
| |
| 3726 | public static extern uint CSharp_BackToSideChannels(uint jarg1); |
| |
| 3727 | |
| |
| 3728 | [PreserveSig] |
| |
| 3729 | [CallerCount(Count = 0)] |
| |
| 3730 | [CallsUnknownMethods(Count = 1)] |
| |
| 3731 | public static extern uint CSharp_StdChannelIndexToDisplayIndex(int jarg1, uint jarg2, uint jarg3); |
| |
| 3732 | |
| |
| 3733 | [PreserveSig] |
| |
| 3734 | [CallerCount(Count = 0)] |
| |
| 3735 | [CallsUnknownMethods(Count = 1)] |
| |
| 3736 | public static extern void CSharp_AkChannelConfig_uNumChannels_set(IntPtr jarg1, uint jarg2); |
| |
| 3737 | |
| |
| 3738 | [PreserveSig] |
| |
| 3739 | [CallerCount(Count = 0)] |
| |
| 3740 | [CallsUnknownMethods(Count = 1)] |
| |
| 3741 | public static extern uint CSharp_AkChannelConfig_uNumChannels_get(IntPtr jarg1); |
| |
| 3742 | |
| |
| 3743 | [PreserveSig] |
| |
| 3744 | [CallerCount(Count = 0)] |
| |
| 3745 | [CallsUnknownMethods(Count = 1)] |
| |
| 3746 | public static extern void CSharp_AkChannelConfig_eConfigType_set(IntPtr jarg1, uint jarg2); |
| |
| 3747 | |
| |
| 3748 | [PreserveSig] |
| |
| 3749 | [CallerCount(Count = 0)] |
| |
| 3750 | [CallsUnknownMethods(Count = 1)] |
| |
| 3751 | public static extern uint CSharp_AkChannelConfig_eConfigType_get(IntPtr jarg1); |
| |
| 3752 | |
| |
| 3753 | [PreserveSig] |
| |
| 3754 | [CallerCount(Count = 0)] |
| |
| 3755 | [CallsUnknownMethods(Count = 1)] |
| |
| 3756 | public static extern void CSharp_AkChannelConfig_uChannelMask_set(IntPtr jarg1, uint jarg2); |
| |
| 3757 | |
| |
| 3758 | [PreserveSig] |
| |
| 3759 | [CallerCount(Count = 0)] |
| |
| 3760 | [CallsUnknownMethods(Count = 1)] |
| |
| 3761 | public static extern uint CSharp_AkChannelConfig_uChannelMask_get(IntPtr jarg1); |
| |
| 3762 | |
| |
| 3763 | [PreserveSig] |
| |
| 3764 | [CallerCount(Count = 0)] |
| |
| 3765 | [CallsUnknownMethods(Count = 1)] |
| |
| 3766 | public static extern IntPtr CSharp_new_AkChannelConfig__SWIG_0(); |
| |
| 3767 | |
| |
| 3768 | [PreserveSig] |
| |
| 3769 | [CallerCount(Count = 0)] |
| |
| 3770 | [CallsUnknownMethods(Count = 1)] |
| |
| 3771 | public static extern IntPtr CSharp_new_AkChannelConfig__SWIG_1(uint jarg1, uint jarg2); |
| |
| 3772 | |
| |
| 3773 | [PreserveSig] |
| |
| 3774 | [CallerCount(Count = 0)] |
| |
| 3775 | [CallsUnknownMethods(Count = 1)] |
| |
| 3776 | public static extern void CSharp_AkChannelConfig_Clear(IntPtr jarg1); |
| |
| 3777 | |
| |
| 3778 | [PreserveSig] |
| |
| 3779 | [CallerCount(Count = 0)] |
| |
| 3780 | [CallsUnknownMethods(Count = 1)] |
| |
| 3781 | public static extern void CSharp_AkChannelConfig_SetStandard(IntPtr jarg1, uint jarg2); |
| |
| 3782 | |
| |
| 3783 | [PreserveSig] |
| |
| 3784 | [CallerCount(Count = 0)] |
| |
| 3785 | [CallsUnknownMethods(Count = 1)] |
| |
| 3786 | public static extern void CSharp_AkChannelConfig_SetStandardOrAnonymous(IntPtr jarg1, uint jarg2, uint jarg3); |
| |
| 3787 | |
| |
| 3788 | [PreserveSig] |
| |
| 3789 | [CallerCount(Count = 0)] |
| |
| 3790 | [CallsUnknownMethods(Count = 1)] |
| |
| 3791 | public static extern void CSharp_AkChannelConfig_SetAnonymous(IntPtr jarg1, uint jarg2); |
| |
| 3792 | |
| |
| 3793 | [PreserveSig] |
| |
| 3794 | [CallerCount(Count = 0)] |
| |
| 3795 | [CallsUnknownMethods(Count = 1)] |
| |
| 3796 | public static extern void CSharp_AkChannelConfig_SetAmbisonic(IntPtr jarg1, uint jarg2); |
| |
| 3797 | |
| |
| 3798 | [PreserveSig] |
| |
| 3799 | [CallerCount(Count = 0)] |
| |
| 3800 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 3801 | [CallsUnknownMethods(Count = 1)] |
| |
| 3802 | public static extern bool CSharp_AkChannelConfig_IsValid(IntPtr jarg1); |
| |
| 3803 | |
| |
| 3804 | [PreserveSig] |
| |
| 3805 | [CallerCount(Count = 0)] |
| |
| 3806 | [CallsUnknownMethods(Count = 1)] |
| |
| 3807 | public static extern uint CSharp_AkChannelConfig_Serialize(IntPtr jarg1); |
| |
| 3808 | |
| |
| 3809 | [PreserveSig] |
| |
| 3810 | [CallerCount(Count = 0)] |
| |
| 3811 | [CallsUnknownMethods(Count = 1)] |
| |
| 3812 | public static extern void CSharp_AkChannelConfig_Deserialize(IntPtr jarg1, uint jarg2); |
| |
| 3813 | |
| |
| 3814 | [PreserveSig] |
| |
| 3815 | [CallerCount(Count = 0)] |
| |
| 3816 | [CallsUnknownMethods(Count = 1)] |
| |
| 3817 | public static extern IntPtr CSharp_AkChannelConfig_RemoveLFE(IntPtr jarg1); |
| |
| 3818 | |
| |
| 3819 | [PreserveSig] |
| |
| 3820 | [CallerCount(Count = 0)] |
| |
| 3821 | [CallsUnknownMethods(Count = 1)] |
| |
| 3822 | public static extern IntPtr CSharp_AkChannelConfig_RemoveCenter(IntPtr jarg1); |
| |
| 3823 | |
| |
| 3824 | [PreserveSig] |
| |
| 3825 | [CallerCount(Count = 0)] |
| |
| 3826 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 3827 | [CallsUnknownMethods(Count = 1)] |
| |
| 3828 | public static extern bool CSharp_AkChannelConfig_IsChannelConfigSupported(IntPtr jarg1); |
| |
| 3829 | |
| |
| 3830 | [PreserveSig] |
| |
| 3831 | [CallerCount(Count = 0)] |
| |
| 3832 | [CallsUnknownMethods(Count = 1)] |
| |
| 3833 | public static extern void CSharp_delete_AkChannelConfig(IntPtr jarg1); |
| |
| 3834 | |
| |
| 3835 | [PreserveSig] |
| |
| 3836 | [CallerCount(Count = 0)] |
| |
| 3837 | [CallsUnknownMethods(Count = 1)] |
| |
| 3838 | public static extern IntPtr CSharp_new_AkImageSourceParams__SWIG_0(); |
| |
| 3839 | |
| |
| 3840 | [PreserveSig] |
| |
| 3841 | [CallerCount(Count = 0)] |
| |
| 3842 | [CallsUnknownMethods(Count = 1)] |
| |
| 3843 | public static extern IntPtr CSharp_new_AkImageSourceParams__SWIG_1(IntPtr jarg1, float jarg2, float jarg3); |
| |
| 3844 | |
| |
| 3845 | [PreserveSig] |
| |
| 3846 | [CallerCount(Count = 0)] |
| |
| 3847 | [CallsUnknownMethods(Count = 1)] |
| |
| 3848 | public static extern void CSharp_AkImageSourceParams_sourcePosition_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 3849 | |
| |
| 3850 | [PreserveSig] |
| |
| 3851 | [CallerCount(Count = 0)] |
| |
| 3852 | [CallsUnknownMethods(Count = 1)] |
| |
| 3853 | public static extern IntPtr CSharp_AkImageSourceParams_sourcePosition_get(IntPtr jarg1); |
| |
| 3854 | |
| |
| 3855 | [PreserveSig] |
| |
| 3856 | [CallerCount(Count = 0)] |
| |
| 3857 | [CallsUnknownMethods(Count = 1)] |
| |
| 3858 | public static extern void CSharp_AkImageSourceParams_fDistanceScalingFactor_set(IntPtr jarg1, float jarg2); |
| |
| 3859 | |
| |
| 3860 | [PreserveSig] |
| |
| 3861 | [CallerCount(Count = 0)] |
| |
| 3862 | [CallsUnknownMethods(Count = 1)] |
| |
| 3863 | public static extern float CSharp_AkImageSourceParams_fDistanceScalingFactor_get(IntPtr jarg1); |
| |
| 3864 | |
| |
| 3865 | [PreserveSig] |
| |
| 3866 | [CallerCount(Count = 0)] |
| |
| 3867 | [CallsUnknownMethods(Count = 1)] |
| |
| 3868 | public static extern void CSharp_AkImageSourceParams_fLevel_set(IntPtr jarg1, float jarg2); |
| |
| 3869 | |
| |
| 3870 | [PreserveSig] |
| |
| 3871 | [CallerCount(Count = 0)] |
| |
| 3872 | [CallsUnknownMethods(Count = 1)] |
| |
| 3873 | public static extern float CSharp_AkImageSourceParams_fLevel_get(IntPtr jarg1); |
| |
| 3874 | |
| |
| 3875 | [PreserveSig] |
| |
| 3876 | [CallerCount(Count = 0)] |
| |
| 3877 | [CallsUnknownMethods(Count = 1)] |
| |
| 3878 | public static extern void CSharp_AkImageSourceParams_fDiffraction_set(IntPtr jarg1, float jarg2); |
| |
| 3879 | |
| |
| 3880 | [PreserveSig] |
| |
| 3881 | [CallerCount(Count = 0)] |
| |
| 3882 | [CallsUnknownMethods(Count = 1)] |
| |
| 3883 | public static extern float CSharp_AkImageSourceParams_fDiffraction_get(IntPtr jarg1); |
| |
| 3884 | |
| |
| 3885 | [PreserveSig] |
| |
| 3886 | [CallerCount(Count = 0)] |
| |
| 3887 | [CallsUnknownMethods(Count = 1)] |
| |
| 3888 | public static extern void CSharp_AkImageSourceParams_bDiffractedEmitterSide_set(IntPtr jarg1, bool jarg2); |
| |
| 3889 | |
| |
| 3890 | [PreserveSig] |
| |
| 3891 | [CallerCount(Count = 0)] |
| |
| 3892 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 3893 | [CallsUnknownMethods(Count = 1)] |
| |
| 3894 | public static extern bool CSharp_AkImageSourceParams_bDiffractedEmitterSide_get(IntPtr jarg1); |
| |
| 3895 | |
| |
| 3896 | [PreserveSig] |
| |
| 3897 | [CallerCount(Count = 0)] |
| |
| 3898 | [CallsUnknownMethods(Count = 1)] |
| |
| 3899 | public static extern void CSharp_AkImageSourceParams_bDiffractedListenerSide_set(IntPtr jarg1, bool jarg2); |
| |
| 3900 | |
| |
| 3901 | [PreserveSig] |
| |
| 3902 | [CallerCount(Count = 0)] |
| |
| 3903 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 3904 | [CallsUnknownMethods(Count = 1)] |
| |
| 3905 | public static extern bool CSharp_AkImageSourceParams_bDiffractedListenerSide_get(IntPtr jarg1); |
| |
| 3906 | |
| |
| 3907 | [PreserveSig] |
| |
| 3908 | [CallerCount(Count = 0)] |
| |
| 3909 | [CallsUnknownMethods(Count = 1)] |
| |
| 3910 | public static extern void CSharp_delete_AkImageSourceParams(IntPtr jarg1); |
| |
| 3911 | |
| |
| 3912 | [PreserveSig] |
| |
| 3913 | [CallerCount(Count = 0)] |
| |
| 3914 | [CallsUnknownMethods(Count = 1)] |
| |
| 3915 | public static extern float CSharp_kDefaultMaxPathLength_get(); |
| |
| 3916 | |
| |
| 3917 | [PreserveSig] |
| |
| 3918 | [CallerCount(Count = 0)] |
| |
| 3919 | [CallsUnknownMethods(Count = 1)] |
| |
| 3920 | public static extern float CSharp_kMaxDiffraction_get(); |
| |
| 3921 | |
| |
| 3922 | [PreserveSig] |
| |
| 3923 | [CallerCount(Count = 0)] |
| |
| 3924 | [CallsUnknownMethods(Count = 1)] |
| |
| 3925 | public static extern void CSharp_g_SpatialAudioPoolId_set(int jarg1); |
| |
| 3926 | |
| |
| 3927 | [PreserveSig] |
| |
| 3928 | [CallerCount(Count = 0)] |
| |
| 3929 | [CallsUnknownMethods(Count = 1)] |
| |
| 3930 | public static extern int CSharp_g_SpatialAudioPoolId_get(); |
| |
| 3931 | |
| |
| 3932 | [PreserveSig] |
| |
| 3933 | [CallerCount(Count = 0)] |
| |
| 3934 | [CallsUnknownMethods(Count = 1)] |
| |
| 3935 | public static extern int CSharp__ArrayPoolSpatialAudio_Get(); |
| |
| 3936 | |
| |
| 3937 | [PreserveSig] |
| |
| 3938 | [CallerCount(Count = 0)] |
| |
| 3939 | [CallsUnknownMethods(Count = 1)] |
| |
| 3940 | public static extern IntPtr CSharp_new__ArrayPoolSpatialAudio(); |
| |
| 3941 | |
| |
| 3942 | [PreserveSig] |
| |
| 3943 | [CallerCount(Count = 0)] |
| |
| 3944 | [CallsUnknownMethods(Count = 1)] |
| |
| 3945 | public static extern void CSharp_delete__ArrayPoolSpatialAudio(IntPtr jarg1); |
| |
| 3946 | |
| |
| 3947 | [PreserveSig] |
| |
| 3948 | [CallerCount(Count = 0)] |
| |
| 3949 | [CallsUnknownMethods(Count = 1)] |
| |
| 3950 | public static extern IntPtr CSharp_new_AkSpatialAudioInitSettings(); |
| |
| 3951 | |
| |
| 3952 | [PreserveSig] |
| |
| 3953 | [CallerCount(Count = 0)] |
| |
| 3954 | [CallsUnknownMethods(Count = 1)] |
| |
| 3955 | public static extern void CSharp_AkSpatialAudioInitSettings_uPoolID_set(IntPtr jarg1, int jarg2); |
| |
| 3956 | |
| |
| 3957 | [PreserveSig] |
| |
| 3958 | [CallerCount(Count = 0)] |
| |
| 3959 | [CallsUnknownMethods(Count = 1)] |
| |
| 3960 | public static extern int CSharp_AkSpatialAudioInitSettings_uPoolID_get(IntPtr jarg1); |
| |
| 3961 | |
| |
| 3962 | [PreserveSig] |
| |
| 3963 | [CallerCount(Count = 0)] |
| |
| 3964 | [CallsUnknownMethods(Count = 1)] |
| |
| 3965 | public static extern void CSharp_AkSpatialAudioInitSettings_uPoolSize_set(IntPtr jarg1, uint jarg2); |
| |
| 3966 | |
| |
| 3967 | [PreserveSig] |
| |
| 3968 | [CallerCount(Count = 0)] |
| |
| 3969 | [CallsUnknownMethods(Count = 1)] |
| |
| 3970 | public static extern uint CSharp_AkSpatialAudioInitSettings_uPoolSize_get(IntPtr jarg1); |
| |
| 3971 | |
| |
| 3972 | [PreserveSig] |
| |
| 3973 | [CallerCount(Count = 0)] |
| |
| 3974 | [CallsUnknownMethods(Count = 1)] |
| |
| 3975 | public static extern void CSharp_AkSpatialAudioInitSettings_uMaxSoundPropagationDepth_set(IntPtr jarg1, uint jarg2); |
| |
| 3976 | |
| |
| 3977 | [PreserveSig] |
| |
| 3978 | [CallerCount(Count = 0)] |
| |
| 3979 | [CallsUnknownMethods(Count = 1)] |
| |
| 3980 | public static extern uint CSharp_AkSpatialAudioInitSettings_uMaxSoundPropagationDepth_get(IntPtr jarg1); |
| |
| 3981 | |
| |
| 3982 | [PreserveSig] |
| |
| 3983 | [CallerCount(Count = 0)] |
| |
| 3984 | [CallsUnknownMethods(Count = 1)] |
| |
| 3985 | public static extern void CSharp_AkSpatialAudioInitSettings_uDiffractionFlags_set(IntPtr jarg1, uint jarg2); |
| |
| 3986 | |
| |
| 3987 | [PreserveSig] |
| |
| 3988 | [CallerCount(Count = 0)] |
| |
| 3989 | [CallsUnknownMethods(Count = 1)] |
| |
| 3990 | public static extern uint CSharp_AkSpatialAudioInitSettings_uDiffractionFlags_get(IntPtr jarg1); |
| |
| 3991 | |
| |
| 3992 | [PreserveSig] |
| |
| 3993 | [CallerCount(Count = 0)] |
| |
| 3994 | [CallsUnknownMethods(Count = 1)] |
| |
| 3995 | public static extern void CSharp_AkSpatialAudioInitSettings_fDiffractionShadowAttenFactor_set(IntPtr jarg1, float jarg2); |
| |
| 3996 | |
| |
| 3997 | [PreserveSig] |
| |
| 3998 | [CallerCount(Count = 0)] |
| |
| 3999 | [CallsUnknownMethods(Count = 1)] |
| |
| 4000 | public static extern float CSharp_AkSpatialAudioInitSettings_fDiffractionShadowAttenFactor_get(IntPtr jarg1); |
| |
| 4001 | |
| |
| 4002 | [PreserveSig] |
| |
| 4003 | [CallerCount(Count = 0)] |
| |
| 4004 | [CallsUnknownMethods(Count = 1)] |
| |
| 4005 | public static extern void CSharp_AkSpatialAudioInitSettings_fDiffractionShadowDegrees_set(IntPtr jarg1, float jarg2); |
| |
| 4006 | |
| |
| 4007 | [PreserveSig] |
| |
| 4008 | [CallerCount(Count = 0)] |
| |
| 4009 | [CallsUnknownMethods(Count = 1)] |
| |
| 4010 | public static extern float CSharp_AkSpatialAudioInitSettings_fDiffractionShadowDegrees_get(IntPtr jarg1); |
| |
| 4011 | |
| |
| 4012 | [PreserveSig] |
| |
| 4013 | [CallerCount(Count = 0)] |
| |
| 4014 | [CallsUnknownMethods(Count = 1)] |
| |
| 4015 | public static extern void CSharp_delete_AkSpatialAudioInitSettings(IntPtr jarg1); |
| |
| 4016 | |
| |
| 4017 | [PreserveSig] |
| |
| 4018 | [CallerCount(Count = 0)] |
| |
| 4019 | [CallsUnknownMethods(Count = 1)] |
| |
| 4020 | public static extern IntPtr CSharp_new_AkImageSourceSettings__SWIG_0(); |
| |
| 4021 | |
| |
| 4022 | [PreserveSig] |
| |
| 4023 | [CallerCount(Count = 0)] |
| |
| 4024 | [CallsUnknownMethods(Count = 1)] |
| |
| 4025 | public static extern IntPtr CSharp_new_AkImageSourceSettings__SWIG_1(IntPtr jarg1, float jarg2, float jarg3); |
| |
| 4026 | |
| |
| 4027 | [PreserveSig] |
| |
| 4028 | [CallerCount(Count = 0)] |
| |
| 4029 | [CallsUnknownMethods(Count = 1)] |
| |
| 4030 | public static extern void CSharp_delete_AkImageSourceSettings(IntPtr jarg1); |
| |
| 4031 | |
| |
| 4032 | [PreserveSig] |
| |
| 4033 | [CallerCount(Count = 0)] |
| |
| 4034 | [CallsUnknownMethods(Count = 1)] |
| |
| 4035 | public static extern void CSharp_AkImageSourceSettings_SetOneTexture(IntPtr jarg1, uint jarg2); |
| |
| 4036 | |
| |
| 4037 | [PreserveSig] |
| |
| 4038 | [CallerCount(Count = 0)] |
| |
| 4039 | [CallsDeduplicatedMethods(Count = 3)] |
| |
| 4040 | [CallsUnknownMethods(Count = 4)] |
| |
| 4041 | public static extern void CSharp_AkImageSourceSettings_SetName(IntPtr jarg1, string jarg2); |
| |
| 4042 | |
| |
| 4043 | [PreserveSig] |
| |
| 4044 | [CallerCount(Count = 0)] |
| |
| 4045 | [CallsUnknownMethods(Count = 1)] |
| |
| 4046 | public static extern void CSharp_AkImageSourceSettings_params__set(IntPtr jarg1, IntPtr jarg2); |
| |
| 4047 | |
| |
| 4048 | [PreserveSig] |
| |
| 4049 | [CallerCount(Count = 0)] |
| |
| 4050 | [CallsUnknownMethods(Count = 1)] |
| |
| 4051 | public static extern IntPtr CSharp_AkImageSourceSettings_params__get(IntPtr jarg1); |
| |
| 4052 | |
| |
| 4053 | [PreserveSig] |
| |
| 4054 | [CallerCount(Count = 0)] |
| |
| 4055 | [CallsUnknownMethods(Count = 1)] |
| |
| 4056 | public static extern IntPtr CSharp_new_AkEmitterSettings(); |
| |
| 4057 | |
| |
| 4058 | [PreserveSig] |
| |
| 4059 | [CallerCount(Count = 0)] |
| |
| 4060 | [CallsUnknownMethods(Count = 1)] |
| |
| 4061 | public static extern void CSharp_AkEmitterSettings_reflectAuxBusID_set(IntPtr jarg1, uint jarg2); |
| |
| 4062 | |
| |
| 4063 | [PreserveSig] |
| |
| 4064 | [CallerCount(Count = 0)] |
| |
| 4065 | [CallsUnknownMethods(Count = 1)] |
| |
| 4066 | public static extern uint CSharp_AkEmitterSettings_reflectAuxBusID_get(IntPtr jarg1); |
| |
| 4067 | |
| |
| 4068 | [PreserveSig] |
| |
| 4069 | [CallerCount(Count = 0)] |
| |
| 4070 | [CallsUnknownMethods(Count = 1)] |
| |
| 4071 | public static extern void CSharp_AkEmitterSettings_reflectionMaxPathLength_set(IntPtr jarg1, float jarg2); |
| |
| 4072 | |
| |
| 4073 | [PreserveSig] |
| |
| 4074 | [CallerCount(Count = 0)] |
| |
| 4075 | [CallsUnknownMethods(Count = 1)] |
| |
| 4076 | public static extern float CSharp_AkEmitterSettings_reflectionMaxPathLength_get(IntPtr jarg1); |
| |
| 4077 | |
| |
| 4078 | [PreserveSig] |
| |
| 4079 | [CallerCount(Count = 0)] |
| |
| 4080 | [CallsUnknownMethods(Count = 1)] |
| |
| 4081 | public static extern void CSharp_AkEmitterSettings_reflectionsAuxBusGain_set(IntPtr jarg1, float jarg2); |
| |
| 4082 | |
| |
| 4083 | [PreserveSig] |
| |
| 4084 | [CallerCount(Count = 0)] |
| |
| 4085 | [CallsUnknownMethods(Count = 1)] |
| |
| 4086 | public static extern float CSharp_AkEmitterSettings_reflectionsAuxBusGain_get(IntPtr jarg1); |
| |
| 4087 | |
| |
| 4088 | [PreserveSig] |
| |
| 4089 | [CallerCount(Count = 0)] |
| |
| 4090 | [CallsUnknownMethods(Count = 1)] |
| |
| 4091 | public static extern void CSharp_AkEmitterSettings_reflectionsOrder_set(IntPtr jarg1, uint jarg2); |
| |
| 4092 | |
| |
| 4093 | [PreserveSig] |
| |
| 4094 | [CallerCount(Count = 0)] |
| |
| 4095 | [CallsUnknownMethods(Count = 1)] |
| |
| 4096 | public static extern uint CSharp_AkEmitterSettings_reflectionsOrder_get(IntPtr jarg1); |
| |
| 4097 | |
| |
| 4098 | [PreserveSig] |
| |
| 4099 | [CallerCount(Count = 0)] |
| |
| 4100 | [CallsUnknownMethods(Count = 1)] |
| |
| 4101 | public static extern void CSharp_AkEmitterSettings_reflectorFilterMask_set(IntPtr jarg1, uint jarg2); |
| |
| 4102 | |
| |
| 4103 | [PreserveSig] |
| |
| 4104 | [CallerCount(Count = 0)] |
| |
| 4105 | [CallsUnknownMethods(Count = 1)] |
| |
| 4106 | public static extern uint CSharp_AkEmitterSettings_reflectorFilterMask_get(IntPtr jarg1); |
| |
| 4107 | |
| |
| 4108 | [PreserveSig] |
| |
| 4109 | [CallerCount(Count = 0)] |
| |
| 4110 | [CallsUnknownMethods(Count = 1)] |
| |
| 4111 | public static extern void CSharp_AkEmitterSettings_roomReverbAuxBusGain_set(IntPtr jarg1, float jarg2); |
| |
| 4112 | |
| |
| 4113 | [PreserveSig] |
| |
| 4114 | [CallerCount(Count = 0)] |
| |
| 4115 | [CallsUnknownMethods(Count = 1)] |
| |
| 4116 | public static extern float CSharp_AkEmitterSettings_roomReverbAuxBusGain_get(IntPtr jarg1); |
| |
| 4117 | |
| |
| 4118 | [PreserveSig] |
| |
| 4119 | [CallerCount(Count = 0)] |
| |
| 4120 | [CallsUnknownMethods(Count = 1)] |
| |
| 4121 | public static extern void CSharp_AkEmitterSettings_diffractionMaxEdges_set(IntPtr jarg1, uint jarg2); |
| |
| 4122 | |
| |
| 4123 | [PreserveSig] |
| |
| 4124 | [CallerCount(Count = 0)] |
| |
| 4125 | [CallsUnknownMethods(Count = 1)] |
| |
| 4126 | public static extern uint CSharp_AkEmitterSettings_diffractionMaxEdges_get(IntPtr jarg1); |
| |
| 4127 | |
| |
| 4128 | [PreserveSig] |
| |
| 4129 | [CallerCount(Count = 0)] |
| |
| 4130 | [CallsUnknownMethods(Count = 1)] |
| |
| 4131 | public static extern void CSharp_AkEmitterSettings_diffractionMaxPaths_set(IntPtr jarg1, uint jarg2); |
| |
| 4132 | |
| |
| 4133 | [PreserveSig] |
| |
| 4134 | [CallerCount(Count = 0)] |
| |
| 4135 | [CallsUnknownMethods(Count = 1)] |
| |
| 4136 | public static extern uint CSharp_AkEmitterSettings_diffractionMaxPaths_get(IntPtr jarg1); |
| |
| 4137 | |
| |
| 4138 | [PreserveSig] |
| |
| 4139 | [CallerCount(Count = 0)] |
| |
| 4140 | [CallsUnknownMethods(Count = 1)] |
| |
| 4141 | public static extern void CSharp_AkEmitterSettings_diffractionMaxPathLength_set(IntPtr jarg1, float jarg2); |
| |
| 4142 | |
| |
| 4143 | [PreserveSig] |
| |
| 4144 | [CallerCount(Count = 0)] |
| |
| 4145 | [CallsUnknownMethods(Count = 1)] |
| |
| 4146 | public static extern float CSharp_AkEmitterSettings_diffractionMaxPathLength_get(IntPtr jarg1); |
| |
| 4147 | |
| |
| 4148 | [PreserveSig] |
| |
| 4149 | [CallerCount(Count = 0)] |
| |
| 4150 | [CallsUnknownMethods(Count = 1)] |
| |
| 4151 | public static extern void CSharp_AkEmitterSettings_useImageSources_set(IntPtr jarg1, byte jarg2); |
| |
| 4152 | |
| |
| 4153 | [PreserveSig] |
| |
| 4154 | [CallerCount(Count = 0)] |
| |
| 4155 | [CallsUnknownMethods(Count = 1)] |
| |
| 4156 | public static extern byte CSharp_AkEmitterSettings_useImageSources_get(IntPtr jarg1); |
| |
| 4157 | |
| |
| 4158 | [PreserveSig] |
| |
| 4159 | [CallerCount(Count = 0)] |
| |
| 4160 | [CallsUnknownMethods(Count = 1)] |
| |
| 4161 | public static extern void CSharp_delete_AkEmitterSettings(IntPtr jarg1); |
| |
| 4162 | |
| |
| 4163 | [PreserveSig] |
| |
| 4164 | [CallerCount(Count = 0)] |
| |
| 4165 | [CallsUnknownMethods(Count = 1)] |
| |
| 4166 | public static extern IntPtr CSharp_new_AkVertex__SWIG_0(); |
| |
| 4167 | |
| |
| 4168 | [PreserveSig] |
| |
| 4169 | [CallerCount(Count = 0)] |
| |
| 4170 | [CallsUnknownMethods(Count = 1)] |
| |
| 4171 | public static extern IntPtr CSharp_new_AkVertex__SWIG_1(float jarg1, float jarg2, float jarg3); |
| |
| 4172 | |
| |
| 4173 | [PreserveSig] |
| |
| 4174 | [CallerCount(Count = 0)] |
| |
| 4175 | [CallsUnknownMethods(Count = 1)] |
| |
| 4176 | public static extern void CSharp_AkVertex_X_set(IntPtr jarg1, float jarg2); |
| |
| 4177 | |
| |
| 4178 | [PreserveSig] |
| |
| 4179 | [CallerCount(Count = 0)] |
| |
| 4180 | [CallsUnknownMethods(Count = 1)] |
| |
| 4181 | public static extern float CSharp_AkVertex_X_get(IntPtr jarg1); |
| |
| 4182 | |
| |
| 4183 | [PreserveSig] |
| |
| 4184 | [CallerCount(Count = 0)] |
| |
| 4185 | [CallsUnknownMethods(Count = 1)] |
| |
| 4186 | public static extern void CSharp_AkVertex_Y_set(IntPtr jarg1, float jarg2); |
| |
| 4187 | |
| |
| 4188 | [PreserveSig] |
| |
| 4189 | [CallerCount(Count = 0)] |
| |
| 4190 | [CallsUnknownMethods(Count = 1)] |
| |
| 4191 | public static extern float CSharp_AkVertex_Y_get(IntPtr jarg1); |
| |
| 4192 | |
| |
| 4193 | [PreserveSig] |
| |
| 4194 | [CallerCount(Count = 0)] |
| |
| 4195 | [CallsUnknownMethods(Count = 1)] |
| |
| 4196 | public static extern void CSharp_AkVertex_Z_set(IntPtr jarg1, float jarg2); |
| |
| 4197 | |
| |
| 4198 | [PreserveSig] |
| |
| 4199 | [CallerCount(Count = 0)] |
| |
| 4200 | [CallsUnknownMethods(Count = 1)] |
| |
| 4201 | public static extern float CSharp_AkVertex_Z_get(IntPtr jarg1); |
| |
| 4202 | |
| |
| 4203 | [PreserveSig] |
| |
| 4204 | [CalledBy(Type = typeof(AkVertex), Member = "Clear")] |
| |
| 4205 | [CalledBy(Type = typeof(AkVertexArray), Member = "DefaultConstructAtIntPtr")] |
| |
| 4206 | [CallerCount(Count = 2)] |
| |
| 4207 | [CallsUnknownMethods(Count = 1)] |
| |
| 4208 | public static extern void CSharp_AkVertex_Clear(IntPtr jarg1); |
| |
| 4209 | |
| |
| 4210 | [PreserveSig] |
| |
| 4211 | [CalledBy(Type = typeof(AkVertex), Member = "GetSizeOf")] |
| |
| 4212 | [CalledBy(Type = typeof(AkVertexArray), Member = "get_StructureSize")] |
| |
| 4213 | [CallerCount(Count = 2)] |
| |
| 4214 | [CallsUnknownMethods(Count = 1)] |
| |
| 4215 | public static extern int CSharp_AkVertex_GetSizeOf(); |
| |
| 4216 | |
| |
| 4217 | [PreserveSig] |
| |
| 4218 | [CalledBy(Type = typeof(AkVertex), Member = "Clone")] |
| |
| 4219 | [CalledBy(Type = typeof(AkVertexArray), Member = "CloneIntoReferenceFromIntPtr")] |
| |
| 4220 | [CallerCount(Count = 2)] |
| |
| 4221 | [CallsUnknownMethods(Count = 1)] |
| |
| 4222 | public static extern void CSharp_AkVertex_Clone(IntPtr jarg1, IntPtr jarg2); |
| |
| 4223 | |
| |
| 4224 | [PreserveSig] |
| |
| 4225 | [CallerCount(Count = 0)] |
| |
| 4226 | [CallsUnknownMethods(Count = 1)] |
| |
| 4227 | public static extern void CSharp_delete_AkVertex(IntPtr jarg1); |
| |
| 4228 | |
| |
| 4229 | [PreserveSig] |
| |
| 4230 | [CallerCount(Count = 0)] |
| |
| 4231 | [CallsUnknownMethods(Count = 1)] |
| |
| 4232 | public static extern IntPtr CSharp_new_AkTriangle__SWIG_0(); |
| |
| 4233 | |
| |
| 4234 | [PreserveSig] |
| |
| 4235 | [CallerCount(Count = 0)] |
| |
| 4236 | [CallsUnknownMethods(Count = 1)] |
| |
| 4237 | public static extern IntPtr CSharp_new_AkTriangle__SWIG_1(ushort jarg1, ushort jarg2, ushort jarg3, ushort jarg4); |
| |
| 4238 | |
| |
| 4239 | [PreserveSig] |
| |
| 4240 | [CallerCount(Count = 0)] |
| |
| 4241 | [CallsUnknownMethods(Count = 1)] |
| |
| 4242 | public static extern void CSharp_AkTriangle_point0_set(IntPtr jarg1, ushort jarg2); |
| |
| 4243 | |
| |
| 4244 | [PreserveSig] |
| |
| 4245 | [CallerCount(Count = 0)] |
| |
| 4246 | [CallsUnknownMethods(Count = 1)] |
| |
| 4247 | public static extern ushort CSharp_AkTriangle_point0_get(IntPtr jarg1); |
| |
| 4248 | |
| |
| 4249 | [PreserveSig] |
| |
| 4250 | [CallerCount(Count = 0)] |
| |
| 4251 | [CallsUnknownMethods(Count = 1)] |
| |
| 4252 | public static extern void CSharp_AkTriangle_point1_set(IntPtr jarg1, ushort jarg2); |
| |
| 4253 | |
| |
| 4254 | [PreserveSig] |
| |
| 4255 | [CallerCount(Count = 0)] |
| |
| 4256 | [CallsUnknownMethods(Count = 1)] |
| |
| 4257 | public static extern ushort CSharp_AkTriangle_point1_get(IntPtr jarg1); |
| |
| 4258 | |
| |
| 4259 | [PreserveSig] |
| |
| 4260 | [CallerCount(Count = 0)] |
| |
| 4261 | [CallsUnknownMethods(Count = 1)] |
| |
| 4262 | public static extern void CSharp_AkTriangle_point2_set(IntPtr jarg1, ushort jarg2); |
| |
| 4263 | |
| |
| 4264 | [PreserveSig] |
| |
| 4265 | [CallerCount(Count = 0)] |
| |
| 4266 | [CallsUnknownMethods(Count = 1)] |
| |
| 4267 | public static extern ushort CSharp_AkTriangle_point2_get(IntPtr jarg1); |
| |
| 4268 | |
| |
| 4269 | [PreserveSig] |
| |
| 4270 | [CallerCount(Count = 0)] |
| |
| 4271 | [CallsUnknownMethods(Count = 1)] |
| |
| 4272 | public static extern void CSharp_AkTriangle_surface_set(IntPtr jarg1, ushort jarg2); |
| |
| 4273 | |
| |
| 4274 | [PreserveSig] |
| |
| 4275 | [CallerCount(Count = 0)] |
| |
| 4276 | [CallsUnknownMethods(Count = 1)] |
| |
| 4277 | public static extern ushort CSharp_AkTriangle_surface_get(IntPtr jarg1); |
| |
| 4278 | |
| |
| 4279 | [PreserveSig] |
| |
| 4280 | [CalledBy(Type = typeof(AkTriangle), Member = "Clear")] |
| |
| 4281 | [CalledBy(Type = typeof(AkTriangleArray), Member = "DefaultConstructAtIntPtr")] |
| |
| 4282 | [CallerCount(Count = 2)] |
| |
| 4283 | [CallsUnknownMethods(Count = 1)] |
| |
| 4284 | public static extern void CSharp_AkTriangle_Clear(IntPtr jarg1); |
| |
| 4285 | |
| |
| 4286 | [PreserveSig] |
| |
| 4287 | [CalledBy(Type = typeof(AkTriangle), Member = "GetSizeOf")] |
| |
| 4288 | [CalledBy(Type = typeof(AkTriangleArray), Member = "get_StructureSize")] |
| |
| 4289 | [CallerCount(Count = 2)] |
| |
| 4290 | [CallsUnknownMethods(Count = 1)] |
| |
| 4291 | public static extern int CSharp_AkTriangle_GetSizeOf(); |
| |
| 4292 | |
| |
| 4293 | [PreserveSig] |
| |
| 4294 | [CalledBy(Type = typeof(AkTriangle), Member = "Clone")] |
| |
| 4295 | [CalledBy(Type = typeof(AkTriangleArray), Member = "CloneIntoReferenceFromIntPtr")] |
| |
| 4296 | [CallerCount(Count = 2)] |
| |
| 4297 | [CallsUnknownMethods(Count = 1)] |
| |
| 4298 | public static extern void CSharp_AkTriangle_Clone(IntPtr jarg1, IntPtr jarg2); |
| |
| 4299 | |
| |
| 4300 | [PreserveSig] |
| |
| 4301 | [CallerCount(Count = 0)] |
| |
| 4302 | [CallsUnknownMethods(Count = 1)] |
| |
| 4303 | public static extern void CSharp_delete_AkTriangle(IntPtr jarg1); |
| |
| 4304 | |
| |
| 4305 | [PreserveSig] |
| |
| 4306 | [CallerCount(Count = 0)] |
| |
| 4307 | [CallsUnknownMethods(Count = 1)] |
| |
| 4308 | public static extern IntPtr CSharp_new_AkAcousticSurface(); |
| |
| 4309 | |
| |
| 4310 | [PreserveSig] |
| |
| 4311 | [CallerCount(Count = 0)] |
| |
| 4312 | [CallsUnknownMethods(Count = 1)] |
| |
| 4313 | public static extern void CSharp_AkAcousticSurface_textureID_set(IntPtr jarg1, uint jarg2); |
| |
| 4314 | |
| |
| 4315 | [PreserveSig] |
| |
| 4316 | [CallerCount(Count = 0)] |
| |
| 4317 | [CallsUnknownMethods(Count = 1)] |
| |
| 4318 | public static extern uint CSharp_AkAcousticSurface_textureID_get(IntPtr jarg1); |
| |
| 4319 | |
| |
| 4320 | [PreserveSig] |
| |
| 4321 | [CallerCount(Count = 0)] |
| |
| 4322 | [CallsUnknownMethods(Count = 1)] |
| |
| 4323 | public static extern void CSharp_AkAcousticSurface_reflectorChannelMask_set(IntPtr jarg1, uint jarg2); |
| |
| 4324 | |
| |
| 4325 | [PreserveSig] |
| |
| 4326 | [CallerCount(Count = 0)] |
| |
| 4327 | [CallsUnknownMethods(Count = 1)] |
| |
| 4328 | public static extern uint CSharp_AkAcousticSurface_reflectorChannelMask_get(IntPtr jarg1); |
| |
| 4329 | |
| |
| 4330 | [PreserveSig] |
| |
| 4331 | [CallerCount(Count = 0)] |
| |
| 4332 | [CallsDeduplicatedMethods(Count = 3)] |
| |
| 4333 | [CallsUnknownMethods(Count = 4)] |
| |
| 4334 | public static extern void CSharp_AkAcousticSurface_strName_set(IntPtr jarg1, string jarg2); |
| |
| 4335 | |
| |
| 4336 | [PreserveSig] |
| |
| 4337 | [CallerCount(Count = 0)] |
| |
| 4338 | [CallsUnknownMethods(Count = 1)] |
| |
| 4339 | public static extern IntPtr CSharp_AkAcousticSurface_strName_get(IntPtr jarg1); |
| |
| 4340 | |
| |
| 4341 | [PreserveSig] |
| |
| 4342 | [CalledBy(Type = typeof(AkAcousticSurface), Member = "Clear")] |
| |
| 4343 | [CalledBy(Type = typeof(AkAcousticSurfaceArray), Member = "DefaultConstructAtIntPtr")] |
| |
| 4344 | [CallerCount(Count = 2)] |
| |
| 4345 | [CallsUnknownMethods(Count = 1)] |
| |
| 4346 | public static extern void CSharp_AkAcousticSurface_Clear(IntPtr jarg1); |
| |
| 4347 | |
| |
| 4348 | [PreserveSig] |
| |
| 4349 | [CallerCount(Count = 0)] |
| |
| 4350 | [CallsUnknownMethods(Count = 1)] |
| |
| 4351 | public static extern void CSharp_AkAcousticSurface_DeleteName(IntPtr jarg1); |
| |
| 4352 | |
| |
| 4353 | [PreserveSig] |
| |
| 4354 | [CalledBy(Type = typeof(AkAcousticSurface), Member = "GetSizeOf")] |
| |
| 4355 | [CalledBy(Type = typeof(AkAcousticSurfaceArray), Member = "get_StructureSize")] |
| |
| 4356 | [CallerCount(Count = 2)] |
| |
| 4357 | [CallsUnknownMethods(Count = 1)] |
| |
| 4358 | public static extern int CSharp_AkAcousticSurface_GetSizeOf(); |
| |
| 4359 | |
| |
| 4360 | [PreserveSig] |
| |
| 4361 | [CalledBy(Type = typeof(AkAcousticSurface), Member = "Clone")] |
| |
| 4362 | [CalledBy(Type = typeof(AkAcousticSurfaceArray), Member = "CloneIntoReferenceFromIntPtr")] |
| |
| 4363 | [CallerCount(Count = 2)] |
| |
| 4364 | [CallsUnknownMethods(Count = 1)] |
| |
| 4365 | public static extern void CSharp_AkAcousticSurface_Clone(IntPtr jarg1, IntPtr jarg2); |
| |
| 4366 | |
| |
| 4367 | [PreserveSig] |
| |
| 4368 | [CallerCount(Count = 0)] |
| |
| 4369 | [CallsUnknownMethods(Count = 1)] |
| |
| 4370 | public static extern void CSharp_delete_AkAcousticSurface(IntPtr jarg1); |
| |
| 4371 | |
| |
| 4372 | [PreserveSig] |
| |
| 4373 | [CallerCount(Count = 0)] |
| |
| 4374 | [CallsUnknownMethods(Count = 1)] |
| |
| 4375 | public static extern void CSharp_AkReflectionPathInfo_imageSource_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 4376 | |
| |
| 4377 | [PreserveSig] |
| |
| 4378 | [CallerCount(Count = 0)] |
| |
| 4379 | [CallsUnknownMethods(Count = 1)] |
| |
| 4380 | public static extern IntPtr CSharp_AkReflectionPathInfo_imageSource_get(IntPtr jarg1); |
| |
| 4381 | |
| |
| 4382 | [PreserveSig] |
| |
| 4383 | [CallerCount(Count = 0)] |
| |
| 4384 | [CallsUnknownMethods(Count = 1)] |
| |
| 4385 | public static extern void CSharp_AkReflectionPathInfo_numPathPoints_set(IntPtr jarg1, uint jarg2); |
| |
| 4386 | |
| |
| 4387 | [PreserveSig] |
| |
| 4388 | [CallerCount(Count = 0)] |
| |
| 4389 | [CallsUnknownMethods(Count = 1)] |
| |
| 4390 | public static extern uint CSharp_AkReflectionPathInfo_numPathPoints_get(IntPtr jarg1); |
| |
| 4391 | |
| |
| 4392 | [PreserveSig] |
| |
| 4393 | [CallerCount(Count = 0)] |
| |
| 4394 | [CallsUnknownMethods(Count = 1)] |
| |
| 4395 | public static extern void CSharp_AkReflectionPathInfo_numReflections_set(IntPtr jarg1, uint jarg2); |
| |
| 4396 | |
| |
| 4397 | [PreserveSig] |
| |
| 4398 | [CallerCount(Count = 0)] |
| |
| 4399 | [CallsUnknownMethods(Count = 1)] |
| |
| 4400 | public static extern uint CSharp_AkReflectionPathInfo_numReflections_get(IntPtr jarg1); |
| |
| 4401 | |
| |
| 4402 | [PreserveSig] |
| |
| 4403 | [CallerCount(Count = 0)] |
| |
| 4404 | [CallsUnknownMethods(Count = 1)] |
| |
| 4405 | public static extern void CSharp_AkReflectionPathInfo_occlusionPoint_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 4406 | |
| |
| 4407 | [PreserveSig] |
| |
| 4408 | [CallerCount(Count = 0)] |
| |
| 4409 | [CallsUnknownMethods(Count = 1)] |
| |
| 4410 | public static extern IntPtr CSharp_AkReflectionPathInfo_occlusionPoint_get(IntPtr jarg1); |
| |
| 4411 | |
| |
| 4412 | [PreserveSig] |
| |
| 4413 | [CallerCount(Count = 0)] |
| |
| 4414 | [CallsUnknownMethods(Count = 1)] |
| |
| 4415 | public static extern void CSharp_AkReflectionPathInfo_level_set(IntPtr jarg1, float jarg2); |
| |
| 4416 | |
| |
| 4417 | [PreserveSig] |
| |
| 4418 | [CallerCount(Count = 0)] |
| |
| 4419 | [CallsUnknownMethods(Count = 1)] |
| |
| 4420 | public static extern float CSharp_AkReflectionPathInfo_level_get(IntPtr jarg1); |
| |
| 4421 | |
| |
| 4422 | [PreserveSig] |
| |
| 4423 | [CallerCount(Count = 0)] |
| |
| 4424 | [CallsUnknownMethods(Count = 1)] |
| |
| 4425 | public static extern void CSharp_AkReflectionPathInfo_isOccluded_set(IntPtr jarg1, bool jarg2); |
| |
| 4426 | |
| |
| 4427 | [PreserveSig] |
| |
| 4428 | [CallerCount(Count = 0)] |
| |
| 4429 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 4430 | [CallsUnknownMethods(Count = 1)] |
| |
| 4431 | public static extern bool CSharp_AkReflectionPathInfo_isOccluded_get(IntPtr jarg1); |
| |
| 4432 | |
| |
| 4433 | [PreserveSig] |
| |
| 4434 | [CalledBy(Type = typeof(AkReflectionPathInfo), Member = "GetSizeOf")] |
| |
| 4435 | [CalledBy(Type = typeof(AkReflectionPathInfoArray), Member = "get_StructureSize")] |
| |
| 4436 | [CallerCount(Count = 2)] |
| |
| 4437 | [CallsUnknownMethods(Count = 1)] |
| |
| 4438 | public static extern int CSharp_AkReflectionPathInfo_GetSizeOf(); |
| |
| 4439 | |
| |
| 4440 | [PreserveSig] |
| |
| 4441 | [CallerCount(Count = 0)] |
| |
| 4442 | [CallsUnknownMethods(Count = 1)] |
| |
| 4443 | public static extern IntPtr CSharp_AkReflectionPathInfo_GetPathPoint(IntPtr jarg1, uint jarg2); |
| |
| 4444 | |
| |
| 4445 | [PreserveSig] |
| |
| 4446 | [CallerCount(Count = 0)] |
| |
| 4447 | [CallsUnknownMethods(Count = 1)] |
| |
| 4448 | public static extern IntPtr CSharp_AkReflectionPathInfo_GetAcousticSurface(IntPtr jarg1, uint jarg2); |
| |
| 4449 | |
| |
| 4450 | [PreserveSig] |
| |
| 4451 | [CallerCount(Count = 0)] |
| |
| 4452 | [CallsUnknownMethods(Count = 1)] |
| |
| 4453 | public static extern float CSharp_AkReflectionPathInfo_GetDiffraction(IntPtr jarg1, uint jarg2); |
| |
| 4454 | |
| |
| 4455 | [PreserveSig] |
| |
| 4456 | [CalledBy(Type = typeof(AkReflectionPathInfo), Member = "Clone")] |
| |
| 4457 | [CalledBy(Type = typeof(AkReflectionPathInfoArray), Member = "CloneIntoReferenceFromIntPtr")] |
| |
| 4458 | [CallerCount(Count = 2)] |
| |
| 4459 | [CallsUnknownMethods(Count = 1)] |
| |
| 4460 | public static extern void CSharp_AkReflectionPathInfo_Clone(IntPtr jarg1, IntPtr jarg2); |
| |
| 4461 | |
| |
| 4462 | [PreserveSig] |
| |
| 4463 | [CallerCount(Count = 0)] |
| |
| 4464 | [CallsUnknownMethods(Count = 1)] |
| |
| 4465 | public static extern IntPtr CSharp_new_AkReflectionPathInfo(); |
| |
| 4466 | |
| |
| 4467 | [PreserveSig] |
| |
| 4468 | [CallerCount(Count = 0)] |
| |
| 4469 | [CallsUnknownMethods(Count = 1)] |
| |
| 4470 | public static extern void CSharp_delete_AkReflectionPathInfo(IntPtr jarg1); |
| |
| 4471 | |
| |
| 4472 | [PreserveSig] |
| |
| 4473 | [CallerCount(Count = 0)] |
| |
| 4474 | [CallsUnknownMethods(Count = 1)] |
| |
| 4475 | public static extern void CSharp_AkDiffractionPathInfo_virtualPos_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 4476 | |
| |
| 4477 | [PreserveSig] |
| |
| 4478 | [CallerCount(Count = 0)] |
| |
| 4479 | [CallsUnknownMethods(Count = 1)] |
| |
| 4480 | public static extern IntPtr CSharp_AkDiffractionPathInfo_virtualPos_get(IntPtr jarg1); |
| |
| 4481 | |
| |
| 4482 | [PreserveSig] |
| |
| 4483 | [CallerCount(Count = 0)] |
| |
| 4484 | [CallsUnknownMethods(Count = 1)] |
| |
| 4485 | public static extern void CSharp_AkDiffractionPathInfo_nodeCount_set(IntPtr jarg1, uint jarg2); |
| |
| 4486 | |
| |
| 4487 | [PreserveSig] |
| |
| 4488 | [CallerCount(Count = 0)] |
| |
| 4489 | [CallsUnknownMethods(Count = 1)] |
| |
| 4490 | public static extern uint CSharp_AkDiffractionPathInfo_nodeCount_get(IntPtr jarg1); |
| |
| 4491 | |
| |
| 4492 | [PreserveSig] |
| |
| 4493 | [CallerCount(Count = 0)] |
| |
| 4494 | [CallsUnknownMethods(Count = 1)] |
| |
| 4495 | public static extern void CSharp_AkDiffractionPathInfo_diffraction_set(IntPtr jarg1, float jarg2); |
| |
| 4496 | |
| |
| 4497 | [PreserveSig] |
| |
| 4498 | [CallerCount(Count = 0)] |
| |
| 4499 | [CallsUnknownMethods(Count = 1)] |
| |
| 4500 | public static extern float CSharp_AkDiffractionPathInfo_diffraction_get(IntPtr jarg1); |
| |
| 4501 | |
| |
| 4502 | [PreserveSig] |
| |
| 4503 | [CallerCount(Count = 0)] |
| |
| 4504 | [CallsUnknownMethods(Count = 1)] |
| |
| 4505 | public static extern void CSharp_AkDiffractionPathInfo_totLength_set(IntPtr jarg1, float jarg2); |
| |
| 4506 | |
| |
| 4507 | [PreserveSig] |
| |
| 4508 | [CallerCount(Count = 0)] |
| |
| 4509 | [CallsUnknownMethods(Count = 1)] |
| |
| 4510 | public static extern float CSharp_AkDiffractionPathInfo_totLength_get(IntPtr jarg1); |
| |
| 4511 | |
| |
| 4512 | [PreserveSig] |
| |
| 4513 | [CallerCount(Count = 0)] |
| |
| 4514 | [CallsUnknownMethods(Count = 1)] |
| |
| 4515 | public static extern void CSharp_AkDiffractionPathInfo_obstructionValue_set(IntPtr jarg1, float jarg2); |
| |
| 4516 | |
| |
| 4517 | [PreserveSig] |
| |
| 4518 | [CallerCount(Count = 0)] |
| |
| 4519 | [CallsUnknownMethods(Count = 1)] |
| |
| 4520 | public static extern float CSharp_AkDiffractionPathInfo_obstructionValue_get(IntPtr jarg1); |
| |
| 4521 | |
| |
| 4522 | [PreserveSig] |
| |
| 4523 | [CalledBy(Type = typeof(AkDiffractionPathInfo), Member = "GetSizeOf")] |
| |
| 4524 | [CalledBy(Type = typeof(AkDiffractionPathInfoArray), Member = "get_StructureSize")] |
| |
| 4525 | [CallerCount(Count = 2)] |
| |
| 4526 | [CallsUnknownMethods(Count = 1)] |
| |
| 4527 | public static extern int CSharp_AkDiffractionPathInfo_GetSizeOf(); |
| |
| 4528 | |
| |
| 4529 | [PreserveSig] |
| |
| 4530 | [CallerCount(Count = 0)] |
| |
| 4531 | [CallsUnknownMethods(Count = 1)] |
| |
| 4532 | public static extern IntPtr CSharp_AkDiffractionPathInfo_GetNodes(IntPtr jarg1, uint jarg2); |
| |
| 4533 | |
| |
| 4534 | [PreserveSig] |
| |
| 4535 | [CallerCount(Count = 0)] |
| |
| 4536 | [CallsUnknownMethods(Count = 1)] |
| |
| 4537 | public static extern float CSharp_AkDiffractionPathInfo_GetAngles(IntPtr jarg1, uint jarg2); |
| |
| 4538 | |
| |
| 4539 | [PreserveSig] |
| |
| 4540 | [CalledBy(Type = typeof(AkDiffractionPathInfo), Member = "Clone")] |
| |
| 4541 | [CalledBy(Type = typeof(AkDiffractionPathInfoArray), Member = "CloneIntoReferenceFromIntPtr")] |
| |
| 4542 | [CallerCount(Count = 2)] |
| |
| 4543 | [CallsUnknownMethods(Count = 1)] |
| |
| 4544 | public static extern void CSharp_AkDiffractionPathInfo_Clone(IntPtr jarg1, IntPtr jarg2); |
| |
| 4545 | |
| |
| 4546 | [PreserveSig] |
| |
| 4547 | [CallerCount(Count = 0)] |
| |
| 4548 | [CallsUnknownMethods(Count = 1)] |
| |
| 4549 | public static extern IntPtr CSharp_new_AkDiffractionPathInfo(); |
| |
| 4550 | |
| |
| 4551 | [PreserveSig] |
| |
| 4552 | [CallerCount(Count = 0)] |
| |
| 4553 | [CallsUnknownMethods(Count = 1)] |
| |
| 4554 | public static extern void CSharp_delete_AkDiffractionPathInfo(IntPtr jarg1); |
| |
| 4555 | |
| |
| 4556 | [PreserveSig] |
| |
| 4557 | [CallerCount(Count = 0)] |
| |
| 4558 | [CallsUnknownMethods(Count = 1)] |
| |
| 4559 | public static extern void CSharp_AkPropagationPathInfo_nodePoint_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 4560 | |
| |
| 4561 | [PreserveSig] |
| |
| 4562 | [CallerCount(Count = 0)] |
| |
| 4563 | [CallsUnknownMethods(Count = 1)] |
| |
| 4564 | public static extern IntPtr CSharp_AkPropagationPathInfo_nodePoint_get(IntPtr jarg1); |
| |
| 4565 | |
| |
| 4566 | [PreserveSig] |
| |
| 4567 | [CallerCount(Count = 0)] |
| |
| 4568 | [CallsUnknownMethods(Count = 1)] |
| |
| 4569 | public static extern void CSharp_AkPropagationPathInfo_numNodes_set(IntPtr jarg1, uint jarg2); |
| |
| 4570 | |
| |
| 4571 | [PreserveSig] |
| |
| 4572 | [CallerCount(Count = 0)] |
| |
| 4573 | [CallsUnknownMethods(Count = 1)] |
| |
| 4574 | public static extern uint CSharp_AkPropagationPathInfo_numNodes_get(IntPtr jarg1); |
| |
| 4575 | |
| |
| 4576 | [PreserveSig] |
| |
| 4577 | [CallerCount(Count = 0)] |
| |
| 4578 | [CallsUnknownMethods(Count = 1)] |
| |
| 4579 | public static extern void CSharp_AkPropagationPathInfo_length_set(IntPtr jarg1, float jarg2); |
| |
| 4580 | |
| |
| 4581 | [PreserveSig] |
| |
| 4582 | [CallerCount(Count = 0)] |
| |
| 4583 | [CallsUnknownMethods(Count = 1)] |
| |
| 4584 | public static extern float CSharp_AkPropagationPathInfo_length_get(IntPtr jarg1); |
| |
| 4585 | |
| |
| 4586 | [PreserveSig] |
| |
| 4587 | [CallerCount(Count = 0)] |
| |
| 4588 | [CallsUnknownMethods(Count = 1)] |
| |
| 4589 | public static extern void CSharp_AkPropagationPathInfo_gain_set(IntPtr jarg1, float jarg2); |
| |
| 4590 | |
| |
| 4591 | [PreserveSig] |
| |
| 4592 | [CallerCount(Count = 0)] |
| |
| 4593 | [CallsUnknownMethods(Count = 1)] |
| |
| 4594 | public static extern float CSharp_AkPropagationPathInfo_gain_get(IntPtr jarg1); |
| |
| 4595 | |
| |
| 4596 | [PreserveSig] |
| |
| 4597 | [CallerCount(Count = 0)] |
| |
| 4598 | [CallsUnknownMethods(Count = 1)] |
| |
| 4599 | public static extern void CSharp_AkPropagationPathInfo_dryDiffraction_set(IntPtr jarg1, float jarg2); |
| |
| 4600 | |
| |
| 4601 | [PreserveSig] |
| |
| 4602 | [CallerCount(Count = 0)] |
| |
| 4603 | [CallsUnknownMethods(Count = 1)] |
| |
| 4604 | public static extern float CSharp_AkPropagationPathInfo_dryDiffraction_get(IntPtr jarg1); |
| |
| 4605 | |
| |
| 4606 | [PreserveSig] |
| |
| 4607 | [CallerCount(Count = 0)] |
| |
| 4608 | [CallsUnknownMethods(Count = 1)] |
| |
| 4609 | public static extern void CSharp_AkPropagationPathInfo_wetDiffraction_set(IntPtr jarg1, float jarg2); |
| |
| 4610 | |
| |
| 4611 | [PreserveSig] |
| |
| 4612 | [CallerCount(Count = 0)] |
| |
| 4613 | [CallsUnknownMethods(Count = 1)] |
| |
| 4614 | public static extern float CSharp_AkPropagationPathInfo_wetDiffraction_get(IntPtr jarg1); |
| |
| 4615 | |
| |
| 4616 | [PreserveSig] |
| |
| 4617 | [CalledBy(Type = typeof(AkPropagationPathInfo), Member = "GetSizeOf")] |
| |
| 4618 | [CalledBy(Type = typeof(AkPropagationPathInfoArray), Member = "get_StructureSize")] |
| |
| 4619 | [CallerCount(Count = 2)] |
| |
| 4620 | [CallsUnknownMethods(Count = 1)] |
| |
| 4621 | public static extern int CSharp_AkPropagationPathInfo_GetSizeOf(); |
| |
| 4622 | |
| |
| 4623 | [PreserveSig] |
| |
| 4624 | [CallerCount(Count = 0)] |
| |
| 4625 | [CallsUnknownMethods(Count = 1)] |
| |
| 4626 | public static extern IntPtr CSharp_AkPropagationPathInfo_GetNodePoint(IntPtr jarg1, uint jarg2); |
| |
| 4627 | |
| |
| 4628 | [PreserveSig] |
| |
| 4629 | [CalledBy(Type = typeof(AkPropagationPathInfo), Member = "Clone")] |
| |
| 4630 | [CalledBy(Type = typeof(AkPropagationPathInfoArray), Member = "CloneIntoReferenceFromIntPtr")] |
| |
| 4631 | [CallerCount(Count = 2)] |
| |
| 4632 | [CallsUnknownMethods(Count = 1)] |
| |
| 4633 | public static extern void CSharp_AkPropagationPathInfo_Clone(IntPtr jarg1, IntPtr jarg2); |
| |
| 4634 | |
| |
| 4635 | [PreserveSig] |
| |
| 4636 | [CallerCount(Count = 0)] |
| |
| 4637 | [CallsUnknownMethods(Count = 1)] |
| |
| 4638 | public static extern IntPtr CSharp_new_AkPropagationPathInfo(); |
| |
| 4639 | |
| |
| 4640 | [PreserveSig] |
| |
| 4641 | [CallerCount(Count = 0)] |
| |
| 4642 | [CallsUnknownMethods(Count = 1)] |
| |
| 4643 | public static extern void CSharp_delete_AkPropagationPathInfo(IntPtr jarg1); |
| |
| 4644 | |
| |
| 4645 | [PreserveSig] |
| |
| 4646 | [CallerCount(Count = 0)] |
| |
| 4647 | [CallsUnknownMethods(Count = 1)] |
| |
| 4648 | public static extern IntPtr CSharp_new_AkRoomParams(); |
| |
| 4649 | |
| |
| 4650 | [PreserveSig] |
| |
| 4651 | [CallerCount(Count = 0)] |
| |
| 4652 | [CallsUnknownMethods(Count = 1)] |
| |
| 4653 | public static extern void CSharp_AkRoomParams_Up_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 4654 | |
| |
| 4655 | [PreserveSig] |
| |
| 4656 | [CallerCount(Count = 0)] |
| |
| 4657 | [CallsUnknownMethods(Count = 1)] |
| |
| 4658 | public static extern IntPtr CSharp_AkRoomParams_Up_get(IntPtr jarg1); |
| |
| 4659 | |
| |
| 4660 | [PreserveSig] |
| |
| 4661 | [CallerCount(Count = 0)] |
| |
| 4662 | [CallsUnknownMethods(Count = 1)] |
| |
| 4663 | public static extern void CSharp_AkRoomParams_Front_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 4664 | |
| |
| 4665 | [PreserveSig] |
| |
| 4666 | [CallerCount(Count = 0)] |
| |
| 4667 | [CallsUnknownMethods(Count = 1)] |
| |
| 4668 | public static extern IntPtr CSharp_AkRoomParams_Front_get(IntPtr jarg1); |
| |
| 4669 | |
| |
| 4670 | [PreserveSig] |
| |
| 4671 | [CallerCount(Count = 0)] |
| |
| 4672 | [CallsUnknownMethods(Count = 1)] |
| |
| 4673 | public static extern void CSharp_AkRoomParams_ReverbAuxBus_set(IntPtr jarg1, uint jarg2); |
| |
| 4674 | |
| |
| 4675 | [PreserveSig] |
| |
| 4676 | [CallerCount(Count = 0)] |
| |
| 4677 | [CallsUnknownMethods(Count = 1)] |
| |
| 4678 | public static extern uint CSharp_AkRoomParams_ReverbAuxBus_get(IntPtr jarg1); |
| |
| 4679 | |
| |
| 4680 | [PreserveSig] |
| |
| 4681 | [CallerCount(Count = 0)] |
| |
| 4682 | [CallsUnknownMethods(Count = 1)] |
| |
| 4683 | public static extern void CSharp_AkRoomParams_ReverbLevel_set(IntPtr jarg1, float jarg2); |
| |
| 4684 | |
| |
| 4685 | [PreserveSig] |
| |
| 4686 | [CallerCount(Count = 0)] |
| |
| 4687 | [CallsUnknownMethods(Count = 1)] |
| |
| 4688 | public static extern float CSharp_AkRoomParams_ReverbLevel_get(IntPtr jarg1); |
| |
| 4689 | |
| |
| 4690 | [PreserveSig] |
| |
| 4691 | [CallerCount(Count = 0)] |
| |
| 4692 | [CallsUnknownMethods(Count = 1)] |
| |
| 4693 | public static extern void CSharp_AkRoomParams_WallOcclusion_set(IntPtr jarg1, float jarg2); |
| |
| 4694 | |
| |
| 4695 | [PreserveSig] |
| |
| 4696 | [CallerCount(Count = 0)] |
| |
| 4697 | [CallsUnknownMethods(Count = 1)] |
| |
| 4698 | public static extern float CSharp_AkRoomParams_WallOcclusion_get(IntPtr jarg1); |
| |
| 4699 | |
| |
| 4700 | [PreserveSig] |
| |
| 4701 | [CallerCount(Count = 0)] |
| |
| 4702 | [CallsUnknownMethods(Count = 1)] |
| |
| 4703 | public static extern void CSharp_AkRoomParams_RoomGameObj_AuxSendLevelToSelf_set(IntPtr jarg1, float jarg2); |
| |
| 4704 | |
| |
| 4705 | [PreserveSig] |
| |
| 4706 | [CallerCount(Count = 0)] |
| |
| 4707 | [CallsUnknownMethods(Count = 1)] |
| |
| 4708 | public static extern float CSharp_AkRoomParams_RoomGameObj_AuxSendLevelToSelf_get(IntPtr jarg1); |
| |
| 4709 | |
| |
| 4710 | [PreserveSig] |
| |
| 4711 | [CallerCount(Count = 0)] |
| |
| 4712 | [CallsUnknownMethods(Count = 1)] |
| |
| 4713 | public static extern void CSharp_AkRoomParams_RoomGameObj_KeepRegistered_set(IntPtr jarg1, bool jarg2); |
| |
| 4714 | |
| |
| 4715 | [PreserveSig] |
| |
| 4716 | [CallerCount(Count = 0)] |
| |
| 4717 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 4718 | [CallsUnknownMethods(Count = 1)] |
| |
| 4719 | public static extern bool CSharp_AkRoomParams_RoomGameObj_KeepRegistered_get(IntPtr jarg1); |
| |
| 4720 | |
| |
| 4721 | [PreserveSig] |
| |
| 4722 | [CallerCount(Count = 0)] |
| |
| 4723 | [CallsUnknownMethods(Count = 1)] |
| |
| 4724 | public static extern void CSharp_delete_AkRoomParams(IntPtr jarg1); |
| |
| 4725 | |
| |
| 4726 | [PreserveSig] |
| |
| 4727 | [CallerCount(Count = 0)] |
| |
| 4728 | [CallsUnknownMethods(Count = 1)] |
| |
| 4729 | public static extern int CSharp_GetPoolID(); |
| |
| 4730 | |
| |
| 4731 | [PreserveSig] |
| |
| 4732 | [CallerCount(Count = 0)] |
| |
| 4733 | [CallsUnknownMethods(Count = 1)] |
| |
| 4734 | public static extern int CSharp_RegisterEmitter(ulong jarg1, IntPtr jarg2); |
| |
| 4735 | |
| |
| 4736 | [PreserveSig] |
| |
| 4737 | [CallerCount(Count = 0)] |
| |
| 4738 | [CallsUnknownMethods(Count = 1)] |
| |
| 4739 | public static extern int CSharp_UnregisterEmitter(ulong jarg1); |
| |
| 4740 | |
| |
| 4741 | [PreserveSig] |
| |
| 4742 | [CallerCount(Count = 0)] |
| |
| 4743 | [CallsUnknownMethods(Count = 1)] |
| |
| 4744 | public static extern int CSharp_SetEmitterAuxSendValues(ulong jarg1, IntPtr jarg2, uint jarg3); |
| |
| 4745 | |
| |
| 4746 | [PreserveSig] |
| |
| 4747 | [CallerCount(Count = 0)] |
| |
| 4748 | [CallsUnknownMethods(Count = 1)] |
| |
| 4749 | public static extern int CSharp_SetImageSource__SWIG_0(uint jarg1, IntPtr jarg2, uint jarg3, ulong jarg4, ulong jarg5); |
| |
| 4750 | |
| |
| 4751 | [PreserveSig] |
| |
| 4752 | [CallerCount(Count = 0)] |
| |
| 4753 | [CallsUnknownMethods(Count = 1)] |
| |
| 4754 | public static extern int CSharp_SetImageSource__SWIG_1(uint jarg1, IntPtr jarg2, uint jarg3, ulong jarg4); |
| |
| 4755 | |
| |
| 4756 | [PreserveSig] |
| |
| 4757 | [CallerCount(Count = 0)] |
| |
| 4758 | [CallsUnknownMethods(Count = 1)] |
| |
| 4759 | public static extern int CSharp_RemoveImageSource__SWIG_0(uint jarg1, uint jarg2, ulong jarg3); |
| |
| 4760 | |
| |
| 4761 | [PreserveSig] |
| |
| 4762 | [CallerCount(Count = 0)] |
| |
| 4763 | [CallsUnknownMethods(Count = 1)] |
| |
| 4764 | public static extern int CSharp_RemoveImageSource__SWIG_1(uint jarg1, uint jarg2); |
| |
| 4765 | |
| |
| 4766 | [PreserveSig] |
| |
| 4767 | [CallerCount(Count = 0)] |
| |
| 4768 | [CallsUnknownMethods(Count = 1)] |
| |
| 4769 | public static extern int CSharp_RemoveGeometry(ulong jarg1); |
| |
| 4770 | |
| |
| 4771 | [PreserveSig] |
| |
| 4772 | [CallerCount(Count = 0)] |
| |
| 4773 | [CallsUnknownMethods(Count = 1)] |
| |
| 4774 | public static extern int CSharp_QueryReflectionPaths(ulong jarg1, IntPtr jarg2, IntPtr jarg3, IntPtr jarg4, out uint jarg5); |
| |
| 4775 | |
| |
| 4776 | [PreserveSig] |
| |
| 4777 | [CallerCount(Count = 0)] |
| |
| 4778 | [CallsUnknownMethods(Count = 1)] |
| |
| 4779 | public static extern int CSharp_RemoveRoom(ulong jarg1); |
| |
| 4780 | |
| |
| 4781 | [PreserveSig] |
| |
| 4782 | [CallerCount(Count = 0)] |
| |
| 4783 | [CallsUnknownMethods(Count = 1)] |
| |
| 4784 | public static extern int CSharp_RemovePortal(ulong jarg1); |
| |
| 4785 | |
| |
| 4786 | [PreserveSig] |
| |
| 4787 | [CallerCount(Count = 0)] |
| |
| 4788 | [CallsUnknownMethods(Count = 1)] |
| |
| 4789 | public static extern int CSharp_SetGameObjectInRoom(ulong jarg1, ulong jarg2); |
| |
| 4790 | |
| |
| 4791 | [PreserveSig] |
| |
| 4792 | [CallerCount(Count = 0)] |
| |
| 4793 | [CallsUnknownMethods(Count = 1)] |
| |
| 4794 | public static extern int CSharp_SetEmitterObstructionAndOcclusion(ulong jarg1, float jarg2, float jarg3); |
| |
| 4795 | |
| |
| 4796 | [PreserveSig] |
| |
| 4797 | [CallerCount(Count = 0)] |
| |
| 4798 | [CallsUnknownMethods(Count = 1)] |
| |
| 4799 | public static extern int CSharp_SetPortalObstructionAndOcclusion(ulong jarg1, float jarg2, float jarg3); |
| |
| 4800 | |
| |
| 4801 | [PreserveSig] |
| |
| 4802 | [CallerCount(Count = 0)] |
| |
| 4803 | [CallsUnknownMethods(Count = 1)] |
| |
| 4804 | public static extern void CSharp_AkPlatformInitSettings_threadLEngine_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 4805 | |
| |
| 4806 | [PreserveSig] |
| |
| 4807 | [CallerCount(Count = 0)] |
| |
| 4808 | [CallsUnknownMethods(Count = 1)] |
| |
| 4809 | public static extern IntPtr CSharp_AkPlatformInitSettings_threadLEngine_get(IntPtr jarg1); |
| |
| 4810 | |
| |
| 4811 | [PreserveSig] |
| |
| 4812 | [CallerCount(Count = 0)] |
| |
| 4813 | [CallsUnknownMethods(Count = 1)] |
| |
| 4814 | public static extern void CSharp_AkPlatformInitSettings_threadOutputMgr_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 4815 | |
| |
| 4816 | [PreserveSig] |
| |
| 4817 | [CallerCount(Count = 0)] |
| |
| 4818 | [CallsUnknownMethods(Count = 1)] |
| |
| 4819 | public static extern IntPtr CSharp_AkPlatformInitSettings_threadOutputMgr_get(IntPtr jarg1); |
| |
| 4820 | |
| |
| 4821 | [PreserveSig] |
| |
| 4822 | [CallerCount(Count = 0)] |
| |
| 4823 | [CallsUnknownMethods(Count = 1)] |
| |
| 4824 | public static extern void CSharp_AkPlatformInitSettings_threadBankManager_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 4825 | |
| |
| 4826 | [PreserveSig] |
| |
| 4827 | [CallerCount(Count = 0)] |
| |
| 4828 | [CallsUnknownMethods(Count = 1)] |
| |
| 4829 | public static extern IntPtr CSharp_AkPlatformInitSettings_threadBankManager_get(IntPtr jarg1); |
| |
| 4830 | |
| |
| 4831 | [PreserveSig] |
| |
| 4832 | [CallerCount(Count = 0)] |
| |
| 4833 | [CallsUnknownMethods(Count = 1)] |
| |
| 4834 | public static extern void CSharp_AkPlatformInitSettings_threadMonitor_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 4835 | |
| |
| 4836 | [PreserveSig] |
| |
| 4837 | [CallerCount(Count = 0)] |
| |
| 4838 | [CallsUnknownMethods(Count = 1)] |
| |
| 4839 | public static extern IntPtr CSharp_AkPlatformInitSettings_threadMonitor_get(IntPtr jarg1); |
| |
| 4840 | |
| |
| 4841 | [PreserveSig] |
| |
| 4842 | [CallerCount(Count = 0)] |
| |
| 4843 | [CallsUnknownMethods(Count = 1)] |
| |
| 4844 | public static extern void CSharp_AkPlatformInitSettings_uLEngineDefaultPoolSize_set(IntPtr jarg1, uint jarg2); |
| |
| 4845 | |
| |
| 4846 | [PreserveSig] |
| |
| 4847 | [CallerCount(Count = 0)] |
| |
| 4848 | [CallsUnknownMethods(Count = 1)] |
| |
| 4849 | public static extern uint CSharp_AkPlatformInitSettings_uLEngineDefaultPoolSize_get(IntPtr jarg1); |
| |
| 4850 | |
| |
| 4851 | [PreserveSig] |
| |
| 4852 | [CallerCount(Count = 0)] |
| |
| 4853 | [CallsUnknownMethods(Count = 1)] |
| |
| 4854 | public static extern void CSharp_AkPlatformInitSettings_fLEngineDefaultPoolRatioThreshold_set(IntPtr jarg1, float jarg2); |
| |
| 4855 | |
| |
| 4856 | [PreserveSig] |
| |
| 4857 | [CallerCount(Count = 0)] |
| |
| 4858 | [CallsUnknownMethods(Count = 1)] |
| |
| 4859 | public static extern float CSharp_AkPlatformInitSettings_fLEngineDefaultPoolRatioThreshold_get(IntPtr jarg1); |
| |
| 4860 | |
| |
| 4861 | [PreserveSig] |
| |
| 4862 | [CallerCount(Count = 0)] |
| |
| 4863 | [CallsUnknownMethods(Count = 1)] |
| |
| 4864 | public static extern void CSharp_AkPlatformInitSettings_uNumRefillsInVoice_set(IntPtr jarg1, ushort jarg2); |
| |
| 4865 | |
| |
| 4866 | [PreserveSig] |
| |
| 4867 | [CallerCount(Count = 0)] |
| |
| 4868 | [CallsUnknownMethods(Count = 1)] |
| |
| 4869 | public static extern ushort CSharp_AkPlatformInitSettings_uNumRefillsInVoice_get(IntPtr jarg1); |
| |
| 4870 | |
| |
| 4871 | [PreserveSig] |
| |
| 4872 | [CallerCount(Count = 0)] |
| |
| 4873 | [CallsUnknownMethods(Count = 1)] |
| |
| 4874 | public static extern void CSharp_AkPlatformInitSettings_uSampleRate_set(IntPtr jarg1, uint jarg2); |
| |
| 4875 | |
| |
| 4876 | [PreserveSig] |
| |
| 4877 | [CallerCount(Count = 0)] |
| |
| 4878 | [CallsUnknownMethods(Count = 1)] |
| |
| 4879 | public static extern uint CSharp_AkPlatformInitSettings_uSampleRate_get(IntPtr jarg1); |
| |
| 4880 | |
| |
| 4881 | [PreserveSig] |
| |
| 4882 | [CallerCount(Count = 0)] |
| |
| 4883 | [CallsUnknownMethods(Count = 1)] |
| |
| 4884 | public static extern void CSharp_AkPlatformInitSettings_eAudioAPI_set(IntPtr jarg1, int jarg2); |
| |
| 4885 | |
| |
| 4886 | [PreserveSig] |
| |
| 4887 | [CallerCount(Count = 0)] |
| |
| 4888 | [CallsUnknownMethods(Count = 1)] |
| |
| 4889 | public static extern int CSharp_AkPlatformInitSettings_eAudioAPI_get(IntPtr jarg1); |
| |
| 4890 | |
| |
| 4891 | [PreserveSig] |
| |
| 4892 | [CallerCount(Count = 0)] |
| |
| 4893 | [CallsUnknownMethods(Count = 1)] |
| |
| 4894 | public static extern void CSharp_AkPlatformInitSettings_bGlobalFocus_set(IntPtr jarg1, bool jarg2); |
| |
| 4895 | |
| |
| 4896 | [PreserveSig] |
| |
| 4897 | [CallerCount(Count = 0)] |
| |
| 4898 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 4899 | [CallsUnknownMethods(Count = 1)] |
| |
| 4900 | public static extern bool CSharp_AkPlatformInitSettings_bGlobalFocus_get(IntPtr jarg1); |
| |
| 4901 | |
| |
| 4902 | [PreserveSig] |
| |
| 4903 | [CallerCount(Count = 0)] |
| |
| 4904 | [CallsUnknownMethods(Count = 1)] |
| |
| 4905 | public static extern IntPtr CSharp_new_AkPlatformInitSettings(); |
| |
| 4906 | |
| |
| 4907 | [PreserveSig] |
| |
| 4908 | [CallerCount(Count = 0)] |
| |
| 4909 | [CallsUnknownMethods(Count = 1)] |
| |
| 4910 | public static extern void CSharp_delete_AkPlatformInitSettings(IntPtr jarg1); |
| |
| 4911 | |
| |
| 4912 | [PreserveSig] |
| |
| 4913 | [CallerCount(Count = 0)] |
| |
| 4914 | [CallsUnknownMethods(Count = 1)] |
| |
| 4915 | public static extern void CSharp_AkStreamMgrSettings_uMemorySize_set(IntPtr jarg1, uint jarg2); |
| |
| 4916 | |
| |
| 4917 | [PreserveSig] |
| |
| 4918 | [CallerCount(Count = 0)] |
| |
| 4919 | [CallsUnknownMethods(Count = 1)] |
| |
| 4920 | public static extern uint CSharp_AkStreamMgrSettings_uMemorySize_get(IntPtr jarg1); |
| |
| 4921 | |
| |
| 4922 | [PreserveSig] |
| |
| 4923 | [CallerCount(Count = 0)] |
| |
| 4924 | [CallsUnknownMethods(Count = 1)] |
| |
| 4925 | public static extern IntPtr CSharp_new_AkStreamMgrSettings(); |
| |
| 4926 | |
| |
| 4927 | [PreserveSig] |
| |
| 4928 | [CallerCount(Count = 0)] |
| |
| 4929 | [CallsUnknownMethods(Count = 1)] |
| |
| 4930 | public static extern void CSharp_delete_AkStreamMgrSettings(IntPtr jarg1); |
| |
| 4931 | |
| |
| 4932 | [PreserveSig] |
| |
| 4933 | [CallerCount(Count = 0)] |
| |
| 4934 | [CallsUnknownMethods(Count = 1)] |
| |
| 4935 | public static extern void CSharp_AkDeviceSettings_pIOMemory_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 4936 | |
| |
| 4937 | [PreserveSig] |
| |
| 4938 | [CallerCount(Count = 0)] |
| |
| 4939 | [CallsUnknownMethods(Count = 1)] |
| |
| 4940 | public static extern IntPtr CSharp_AkDeviceSettings_pIOMemory_get(IntPtr jarg1); |
| |
| 4941 | |
| |
| 4942 | [PreserveSig] |
| |
| 4943 | [CallerCount(Count = 0)] |
| |
| 4944 | [CallsUnknownMethods(Count = 1)] |
| |
| 4945 | public static extern void CSharp_AkDeviceSettings_uIOMemorySize_set(IntPtr jarg1, uint jarg2); |
| |
| 4946 | |
| |
| 4947 | [PreserveSig] |
| |
| 4948 | [CallerCount(Count = 0)] |
| |
| 4949 | [CallsUnknownMethods(Count = 1)] |
| |
| 4950 | public static extern uint CSharp_AkDeviceSettings_uIOMemorySize_get(IntPtr jarg1); |
| |
| 4951 | |
| |
| 4952 | [PreserveSig] |
| |
| 4953 | [CallerCount(Count = 0)] |
| |
| 4954 | [CallsUnknownMethods(Count = 1)] |
| |
| 4955 | public static extern void CSharp_AkDeviceSettings_uIOMemoryAlignment_set(IntPtr jarg1, uint jarg2); |
| |
| 4956 | |
| |
| 4957 | [PreserveSig] |
| |
| 4958 | [CallerCount(Count = 0)] |
| |
| 4959 | [CallsUnknownMethods(Count = 1)] |
| |
| 4960 | public static extern uint CSharp_AkDeviceSettings_uIOMemoryAlignment_get(IntPtr jarg1); |
| |
| 4961 | |
| |
| 4962 | [PreserveSig] |
| |
| 4963 | [CallerCount(Count = 0)] |
| |
| 4964 | [CallsUnknownMethods(Count = 1)] |
| |
| 4965 | public static extern void CSharp_AkDeviceSettings_ePoolAttributes_set(IntPtr jarg1, int jarg2); |
| |
| 4966 | |
| |
| 4967 | [PreserveSig] |
| |
| 4968 | [CallerCount(Count = 0)] |
| |
| 4969 | [CallsUnknownMethods(Count = 1)] |
| |
| 4970 | public static extern int CSharp_AkDeviceSettings_ePoolAttributes_get(IntPtr jarg1); |
| |
| 4971 | |
| |
| 4972 | [PreserveSig] |
| |
| 4973 | [CallerCount(Count = 0)] |
| |
| 4974 | [CallsUnknownMethods(Count = 1)] |
| |
| 4975 | public static extern void CSharp_AkDeviceSettings_uGranularity_set(IntPtr jarg1, uint jarg2); |
| |
| 4976 | |
| |
| 4977 | [PreserveSig] |
| |
| 4978 | [CallerCount(Count = 0)] |
| |
| 4979 | [CallsUnknownMethods(Count = 1)] |
| |
| 4980 | public static extern uint CSharp_AkDeviceSettings_uGranularity_get(IntPtr jarg1); |
| |
| 4981 | |
| |
| 4982 | [PreserveSig] |
| |
| 4983 | [CallerCount(Count = 0)] |
| |
| 4984 | [CallsUnknownMethods(Count = 1)] |
| |
| 4985 | public static extern void CSharp_AkDeviceSettings_uSchedulerTypeFlags_set(IntPtr jarg1, uint jarg2); |
| |
| 4986 | |
| |
| 4987 | [PreserveSig] |
| |
| 4988 | [CallerCount(Count = 0)] |
| |
| 4989 | [CallsUnknownMethods(Count = 1)] |
| |
| 4990 | public static extern uint CSharp_AkDeviceSettings_uSchedulerTypeFlags_get(IntPtr jarg1); |
| |
| 4991 | |
| |
| 4992 | [PreserveSig] |
| |
| 4993 | [CallerCount(Count = 0)] |
| |
| 4994 | [CallsUnknownMethods(Count = 1)] |
| |
| 4995 | public static extern void CSharp_AkDeviceSettings_threadProperties_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 4996 | |
| |
| 4997 | [PreserveSig] |
| |
| 4998 | [CallerCount(Count = 0)] |
| |
| 4999 | [CallsUnknownMethods(Count = 1)] |
| |
| 5000 | public static extern IntPtr CSharp_AkDeviceSettings_threadProperties_get(IntPtr jarg1); |
| |
| 5001 | |
| |
| 5002 | [PreserveSig] |
| |
| 5003 | [CallerCount(Count = 0)] |
| |
| 5004 | [CallsUnknownMethods(Count = 1)] |
| |
| 5005 | public static extern void CSharp_AkDeviceSettings_fTargetAutoStmBufferLength_set(IntPtr jarg1, float jarg2); |
| |
| 5006 | |
| |
| 5007 | [PreserveSig] |
| |
| 5008 | [CallerCount(Count = 0)] |
| |
| 5009 | [CallsUnknownMethods(Count = 1)] |
| |
| 5010 | public static extern float CSharp_AkDeviceSettings_fTargetAutoStmBufferLength_get(IntPtr jarg1); |
| |
| 5011 | |
| |
| 5012 | [PreserveSig] |
| |
| 5013 | [CallerCount(Count = 0)] |
| |
| 5014 | [CallsUnknownMethods(Count = 1)] |
| |
| 5015 | public static extern void CSharp_AkDeviceSettings_uMaxConcurrentIO_set(IntPtr jarg1, uint jarg2); |
| |
| 5016 | |
| |
| 5017 | [PreserveSig] |
| |
| 5018 | [CallerCount(Count = 0)] |
| |
| 5019 | [CallsUnknownMethods(Count = 1)] |
| |
| 5020 | public static extern uint CSharp_AkDeviceSettings_uMaxConcurrentIO_get(IntPtr jarg1); |
| |
| 5021 | |
| |
| 5022 | [PreserveSig] |
| |
| 5023 | [CallerCount(Count = 0)] |
| |
| 5024 | [CallsUnknownMethods(Count = 1)] |
| |
| 5025 | public static extern void CSharp_AkDeviceSettings_bUseStreamCache_set(IntPtr jarg1, bool jarg2); |
| |
| 5026 | |
| |
| 5027 | [PreserveSig] |
| |
| 5028 | [CallerCount(Count = 0)] |
| |
| 5029 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 5030 | [CallsUnknownMethods(Count = 1)] |
| |
| 5031 | public static extern bool CSharp_AkDeviceSettings_bUseStreamCache_get(IntPtr jarg1); |
| |
| 5032 | |
| |
| 5033 | [PreserveSig] |
| |
| 5034 | [CallerCount(Count = 0)] |
| |
| 5035 | [CallsUnknownMethods(Count = 1)] |
| |
| 5036 | public static extern void CSharp_AkDeviceSettings_uMaxCachePinnedBytes_set(IntPtr jarg1, uint jarg2); |
| |
| 5037 | |
| |
| 5038 | [PreserveSig] |
| |
| 5039 | [CallerCount(Count = 0)] |
| |
| 5040 | [CallsUnknownMethods(Count = 1)] |
| |
| 5041 | public static extern uint CSharp_AkDeviceSettings_uMaxCachePinnedBytes_get(IntPtr jarg1); |
| |
| 5042 | |
| |
| 5043 | [PreserveSig] |
| |
| 5044 | [CallerCount(Count = 0)] |
| |
| 5045 | [CallsUnknownMethods(Count = 1)] |
| |
| 5046 | public static extern IntPtr CSharp_new_AkDeviceSettings(); |
| |
| 5047 | |
| |
| 5048 | [PreserveSig] |
| |
| 5049 | [CallerCount(Count = 0)] |
| |
| 5050 | [CallsUnknownMethods(Count = 1)] |
| |
| 5051 | public static extern void CSharp_delete_AkDeviceSettings(IntPtr jarg1); |
| |
| 5052 | |
| |
| 5053 | [PreserveSig] |
| |
| 5054 | [CallerCount(Count = 0)] |
| |
| 5055 | [CallsUnknownMethods(Count = 1)] |
| |
| 5056 | public static extern void CSharp_AkThreadProperties_nPriority_set(IntPtr jarg1, int jarg2); |
| |
| 5057 | |
| |
| 5058 | [PreserveSig] |
| |
| 5059 | [CallerCount(Count = 0)] |
| |
| 5060 | [CallsUnknownMethods(Count = 1)] |
| |
| 5061 | public static extern int CSharp_AkThreadProperties_nPriority_get(IntPtr jarg1); |
| |
| 5062 | |
| |
| 5063 | [PreserveSig] |
| |
| 5064 | [CallerCount(Count = 0)] |
| |
| 5065 | [CallsUnknownMethods(Count = 1)] |
| |
| 5066 | public static extern void CSharp_AkThreadProperties_dwAffinityMask_set(IntPtr jarg1, uint jarg2); |
| |
| 5067 | |
| |
| 5068 | [PreserveSig] |
| |
| 5069 | [CallerCount(Count = 0)] |
| |
| 5070 | [CallsUnknownMethods(Count = 1)] |
| |
| 5071 | public static extern uint CSharp_AkThreadProperties_dwAffinityMask_get(IntPtr jarg1); |
| |
| 5072 | |
| |
| 5073 | [PreserveSig] |
| |
| 5074 | [CallerCount(Count = 0)] |
| |
| 5075 | [CallsUnknownMethods(Count = 1)] |
| |
| 5076 | public static extern void CSharp_AkThreadProperties_uStackSize_set(IntPtr jarg1, uint jarg2); |
| |
| 5077 | |
| |
| 5078 | [PreserveSig] |
| |
| 5079 | [CallerCount(Count = 0)] |
| |
| 5080 | [CallsUnknownMethods(Count = 1)] |
| |
| 5081 | public static extern uint CSharp_AkThreadProperties_uStackSize_get(IntPtr jarg1); |
| |
| 5082 | |
| |
| 5083 | [PreserveSig] |
| |
| 5084 | [CallerCount(Count = 0)] |
| |
| 5085 | [CallsUnknownMethods(Count = 1)] |
| |
| 5086 | public static extern IntPtr CSharp_new_AkThreadProperties(); |
| |
| 5087 | |
| |
| 5088 | [PreserveSig] |
| |
| 5089 | [CallerCount(Count = 0)] |
| |
| 5090 | [CallsUnknownMethods(Count = 1)] |
| |
| 5091 | public static extern void CSharp_delete_AkThreadProperties(IntPtr jarg1); |
| |
| 5092 | |
| |
| 5093 | [PreserveSig] |
| |
| 5094 | [CallerCount(Count = 0)] |
| |
| 5095 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 5096 | [CallsUnknownMethods(Count = 2)] |
| |
| 5097 | public static extern void CSharp_SetErrorLogger__SWIG_0(AkLogger.ErrorLoggerInteropDelegate jarg1); |
| |
| 5098 | |
| |
| 5099 | [PreserveSig] |
| |
| 5100 | [CallerCount(Count = 0)] |
| |
| 5101 | [CallsUnknownMethods(Count = 1)] |
| |
| 5102 | public static extern void CSharp_SetErrorLogger__SWIG_1(); |
| |
| 5103 | |
| |
| 5104 | [PreserveSig] |
| |
| 5105 | [CallerCount(Count = 0)] |
| |
| 5106 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 5107 | [CallsUnknownMethods(Count = 3)] |
| |
| 5108 | public static extern void CSharp_SetAudioInputCallbacks(AkAudioInputManager.AudioSamplesInteropDelegate jarg1, AkAudioInputManager.AudioFormatInteropDelegate jarg2); |
| |
| 5109 | |
| |
| 5110 | [PreserveSig] |
| |
| 5111 | [CallerCount(Count = 0)] |
| |
| 5112 | [CallsUnknownMethods(Count = 1)] |
| |
| 5113 | public static extern void CSharp_AkPathParams_listenerPos_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 5114 | |
| |
| 5115 | [PreserveSig] |
| |
| 5116 | [CallerCount(Count = 0)] |
| |
| 5117 | [CallsUnknownMethods(Count = 1)] |
| |
| 5118 | public static extern IntPtr CSharp_AkPathParams_listenerPos_get(IntPtr jarg1); |
| |
| 5119 | |
| |
| 5120 | [PreserveSig] |
| |
| 5121 | [CallerCount(Count = 0)] |
| |
| 5122 | [CallsUnknownMethods(Count = 1)] |
| |
| 5123 | public static extern void CSharp_AkPathParams_emitterPos_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 5124 | |
| |
| 5125 | [PreserveSig] |
| |
| 5126 | [CallerCount(Count = 0)] |
| |
| 5127 | [CallsUnknownMethods(Count = 1)] |
| |
| 5128 | public static extern IntPtr CSharp_AkPathParams_emitterPos_get(IntPtr jarg1); |
| |
| 5129 | |
| |
| 5130 | [PreserveSig] |
| |
| 5131 | [CallerCount(Count = 0)] |
| |
| 5132 | [CallsUnknownMethods(Count = 1)] |
| |
| 5133 | public static extern void CSharp_AkPathParams_numValidPaths_set(IntPtr jarg1, uint jarg2); |
| |
| 5134 | |
| |
| 5135 | [PreserveSig] |
| |
| 5136 | [CallerCount(Count = 0)] |
| |
| 5137 | [CallsUnknownMethods(Count = 1)] |
| |
| 5138 | public static extern uint CSharp_AkPathParams_numValidPaths_get(IntPtr jarg1); |
| |
| 5139 | |
| |
| 5140 | [PreserveSig] |
| |
| 5141 | [CallerCount(Count = 0)] |
| |
| 5142 | [CallsUnknownMethods(Count = 1)] |
| |
| 5143 | public static extern IntPtr CSharp_new_AkPathParams(); |
| |
| 5144 | |
| |
| 5145 | [PreserveSig] |
| |
| 5146 | [CallerCount(Count = 0)] |
| |
| 5147 | [CallsUnknownMethods(Count = 1)] |
| |
| 5148 | public static extern void CSharp_delete_AkPathParams(IntPtr jarg1); |
| |
| 5149 | |
| |
| 5150 | [PreserveSig] |
| |
| 5151 | [CallerCount(Count = 0)] |
| |
| 5152 | [CallsUnknownMethods(Count = 1)] |
| |
| 5153 | public static extern IntPtr CSharp_new_AkUnityPlatformSpecificSettings(); |
| |
| 5154 | |
| |
| 5155 | [PreserveSig] |
| |
| 5156 | [CallerCount(Count = 0)] |
| |
| 5157 | [CallsUnknownMethods(Count = 1)] |
| |
| 5158 | public static extern void CSharp_delete_AkUnityPlatformSpecificSettings(IntPtr jarg1); |
| |
| 5159 | |
| |
| 5160 | [PreserveSig] |
| |
| 5161 | [CallerCount(Count = 0)] |
| |
| 5162 | [CallsUnknownMethods(Count = 1)] |
| |
| 5163 | public static extern IntPtr CSharp_new_AkCommunicationSettings(); |
| |
| 5164 | |
| |
| 5165 | [PreserveSig] |
| |
| 5166 | [CallerCount(Count = 0)] |
| |
| 5167 | [CallsUnknownMethods(Count = 1)] |
| |
| 5168 | public static extern void CSharp_AkCommunicationSettings_uPoolSize_set(IntPtr jarg1, uint jarg2); |
| |
| 5169 | |
| |
| 5170 | [PreserveSig] |
| |
| 5171 | [CallerCount(Count = 0)] |
| |
| 5172 | [CallsUnknownMethods(Count = 1)] |
| |
| 5173 | public static extern uint CSharp_AkCommunicationSettings_uPoolSize_get(IntPtr jarg1); |
| |
| 5174 | |
| |
| 5175 | [PreserveSig] |
| |
| 5176 | [CallerCount(Count = 0)] |
| |
| 5177 | [CallsUnknownMethods(Count = 1)] |
| |
| 5178 | public static extern void CSharp_AkCommunicationSettings_uDiscoveryBroadcastPort_set(IntPtr jarg1, ushort jarg2); |
| |
| 5179 | |
| |
| 5180 | [PreserveSig] |
| |
| 5181 | [CallerCount(Count = 0)] |
| |
| 5182 | [CallsUnknownMethods(Count = 1)] |
| |
| 5183 | public static extern ushort CSharp_AkCommunicationSettings_uDiscoveryBroadcastPort_get(IntPtr jarg1); |
| |
| 5184 | |
| |
| 5185 | [PreserveSig] |
| |
| 5186 | [CallerCount(Count = 0)] |
| |
| 5187 | [CallsUnknownMethods(Count = 1)] |
| |
| 5188 | public static extern void CSharp_AkCommunicationSettings_uCommandPort_set(IntPtr jarg1, ushort jarg2); |
| |
| 5189 | |
| |
| 5190 | [PreserveSig] |
| |
| 5191 | [CallerCount(Count = 0)] |
| |
| 5192 | [CallsUnknownMethods(Count = 1)] |
| |
| 5193 | public static extern ushort CSharp_AkCommunicationSettings_uCommandPort_get(IntPtr jarg1); |
| |
| 5194 | |
| |
| 5195 | [PreserveSig] |
| |
| 5196 | [CallerCount(Count = 0)] |
| |
| 5197 | [CallsUnknownMethods(Count = 1)] |
| |
| 5198 | public static extern void CSharp_AkCommunicationSettings_uNotificationPort_set(IntPtr jarg1, ushort jarg2); |
| |
| 5199 | |
| |
| 5200 | [PreserveSig] |
| |
| 5201 | [CallerCount(Count = 0)] |
| |
| 5202 | [CallsUnknownMethods(Count = 1)] |
| |
| 5203 | public static extern ushort CSharp_AkCommunicationSettings_uNotificationPort_get(IntPtr jarg1); |
| |
| 5204 | |
| |
| 5205 | [PreserveSig] |
| |
| 5206 | [CallerCount(Count = 0)] |
| |
| 5207 | [CallsUnknownMethods(Count = 1)] |
| |
| 5208 | public static extern void CSharp_AkCommunicationSettings_bInitSystemLib_set(IntPtr jarg1, bool jarg2); |
| |
| 5209 | |
| |
| 5210 | [PreserveSig] |
| |
| 5211 | [CallerCount(Count = 0)] |
| |
| 5212 | [CallsDeduplicatedMethods(Count = 1)] |
| |
| 5213 | [CallsUnknownMethods(Count = 1)] |
| |
| 5214 | public static extern bool CSharp_AkCommunicationSettings_bInitSystemLib_get(IntPtr jarg1); |
| |
| 5215 | |
| |
| 5216 | [PreserveSig] |
| |
| 5217 | [CallerCount(Count = 0)] |
| |
| 5218 | [CallsDeduplicatedMethods(Count = 3)] |
| |
| 5219 | [CallsUnknownMethods(Count = 4)] |
| |
| 5220 | public static extern void CSharp_AkCommunicationSettings_szAppNetworkName_set(IntPtr jarg1, string jarg2); |
| |
| 5221 | |
| |
| 5222 | [PreserveSig] |
| |
| 5223 | [CallerCount(Count = 0)] |
| |
| 5224 | [CallsUnknownMethods(Count = 1)] |
| |
| 5225 | public static extern IntPtr CSharp_AkCommunicationSettings_szAppNetworkName_get(IntPtr jarg1); |
| |
| 5226 | |
| |
| 5227 | [PreserveSig] |
| |
| 5228 | [CallerCount(Count = 0)] |
| |
| 5229 | [CallsUnknownMethods(Count = 1)] |
| |
| 5230 | public static extern void CSharp_delete_AkCommunicationSettings(IntPtr jarg1); |
| |
| 5231 | |
| |
| 5232 | [PreserveSig] |
| |
| 5233 | [CallerCount(Count = 0)] |
| |
| 5234 | [CallsUnknownMethods(Count = 1)] |
| |
| 5235 | public static extern IntPtr CSharp_new_AkInitializationSettings(); |
| |
| 5236 | |
| |
| 5237 | [PreserveSig] |
| |
| 5238 | [CallerCount(Count = 0)] |
| |
| 5239 | [CallsUnknownMethods(Count = 1)] |
| |
| 5240 | public static extern void CSharp_delete_AkInitializationSettings(IntPtr jarg1); |
| |
| 5241 | |
| |
| 5242 | [PreserveSig] |
| |
| 5243 | [CallerCount(Count = 0)] |
| |
| 5244 | [CallsUnknownMethods(Count = 1)] |
| |
| 5245 | public static extern void CSharp_AkInitializationSettings_memSettings_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 5246 | |
| |
| 5247 | [PreserveSig] |
| |
| 5248 | [CallerCount(Count = 0)] |
| |
| 5249 | [CallsUnknownMethods(Count = 1)] |
| |
| 5250 | public static extern IntPtr CSharp_AkInitializationSettings_memSettings_get(IntPtr jarg1); |
| |
| 5251 | |
| |
| 5252 | [PreserveSig] |
| |
| 5253 | [CallerCount(Count = 0)] |
| |
| 5254 | [CallsUnknownMethods(Count = 1)] |
| |
| 5255 | public static extern void CSharp_AkInitializationSettings_streamMgrSettings_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 5256 | |
| |
| 5257 | [PreserveSig] |
| |
| 5258 | [CallerCount(Count = 0)] |
| |
| 5259 | [CallsUnknownMethods(Count = 1)] |
| |
| 5260 | public static extern IntPtr CSharp_AkInitializationSettings_streamMgrSettings_get(IntPtr jarg1); |
| |
| 5261 | |
| |
| 5262 | [PreserveSig] |
| |
| 5263 | [CallerCount(Count = 0)] |
| |
| 5264 | [CallsUnknownMethods(Count = 1)] |
| |
| 5265 | public static extern void CSharp_AkInitializationSettings_deviceSettings_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 5266 | |
| |
| 5267 | [PreserveSig] |
| |
| 5268 | [CallerCount(Count = 0)] |
| |
| 5269 | [CallsUnknownMethods(Count = 1)] |
| |
| 5270 | public static extern IntPtr CSharp_AkInitializationSettings_deviceSettings_get(IntPtr jarg1); |
| |
| 5271 | |
| |
| 5272 | [PreserveSig] |
| |
| 5273 | [CallerCount(Count = 0)] |
| |
| 5274 | [CallsUnknownMethods(Count = 1)] |
| |
| 5275 | public static extern void CSharp_AkInitializationSettings_initSettings_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 5276 | |
| |
| 5277 | [PreserveSig] |
| |
| 5278 | [CallerCount(Count = 0)] |
| |
| 5279 | [CallsUnknownMethods(Count = 1)] |
| |
| 5280 | public static extern IntPtr CSharp_AkInitializationSettings_initSettings_get(IntPtr jarg1); |
| |
| 5281 | |
| |
| 5282 | [PreserveSig] |
| |
| 5283 | [CallerCount(Count = 0)] |
| |
| 5284 | [CallsUnknownMethods(Count = 1)] |
| |
| 5285 | public static extern void CSharp_AkInitializationSettings_platformSettings_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 5286 | |
| |
| 5287 | [PreserveSig] |
| |
| 5288 | [CallerCount(Count = 0)] |
| |
| 5289 | [CallsUnknownMethods(Count = 1)] |
| |
| 5290 | public static extern IntPtr CSharp_AkInitializationSettings_platformSettings_get(IntPtr jarg1); |
| |
| 5291 | |
| |
| 5292 | [PreserveSig] |
| |
| 5293 | [CallerCount(Count = 0)] |
| |
| 5294 | [CallsUnknownMethods(Count = 1)] |
| |
| 5295 | public static extern void CSharp_AkInitializationSettings_musicSettings_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 5296 | |
| |
| 5297 | [PreserveSig] |
| |
| 5298 | [CallerCount(Count = 0)] |
| |
| 5299 | [CallsUnknownMethods(Count = 1)] |
| |
| 5300 | public static extern IntPtr CSharp_AkInitializationSettings_musicSettings_get(IntPtr jarg1); |
| |
| 5301 | |
| |
| 5302 | [PreserveSig] |
| |
| 5303 | [CallerCount(Count = 0)] |
| |
| 5304 | [CallsUnknownMethods(Count = 1)] |
| |
| 5305 | public static extern void CSharp_AkInitializationSettings_preparePoolSize_set(IntPtr jarg1, uint jarg2); |
| |
| 5306 | |
| |
| 5307 | [PreserveSig] |
| |
| 5308 | [CallerCount(Count = 0)] |
| |
| 5309 | [CallsUnknownMethods(Count = 1)] |
| |
| 5310 | public static extern uint CSharp_AkInitializationSettings_preparePoolSize_get(IntPtr jarg1); |
| |
| 5311 | |
| |
| 5312 | [PreserveSig] |
| |
| 5313 | [CallerCount(Count = 0)] |
| |
| 5314 | [CallsUnknownMethods(Count = 1)] |
| |
| 5315 | public static extern void CSharp_AkInitializationSettings_communicationSettings_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 5316 | |
| |
| 5317 | [PreserveSig] |
| |
| 5318 | [CallerCount(Count = 0)] |
| |
| 5319 | [CallsUnknownMethods(Count = 1)] |
| |
| 5320 | public static extern IntPtr CSharp_AkInitializationSettings_communicationSettings_get(IntPtr jarg1); |
| |
| 5321 | |
| |
| 5322 | [PreserveSig] |
| |
| 5323 | [CallerCount(Count = 0)] |
| |
| 5324 | [CallsUnknownMethods(Count = 1)] |
| |
| 5325 | public static extern void CSharp_AkInitializationSettings_unityPlatformSpecificSettings_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 5326 | |
| |
| 5327 | [PreserveSig] |
| |
| 5328 | [CallerCount(Count = 0)] |
| |
| 5329 | [CallsUnknownMethods(Count = 1)] |
| |
| 5330 | public static extern IntPtr CSharp_AkInitializationSettings_unityPlatformSpecificSettings_get(IntPtr jarg1); |
| |
| 5331 | |
| |
| 5332 | [PreserveSig] |
| |
| 5333 | [CallerCount(Count = 0)] |
| |
| 5334 | [CallsUnknownMethods(Count = 1)] |
| |
| 5335 | public static extern IntPtr CSharp_new_AkExternalSourceInfo__SWIG_0(); |
| |
| 5336 | |
| |
| 5337 | [PreserveSig] |
| |
| 5338 | [CallerCount(Count = 0)] |
| |
| 5339 | [CallsUnknownMethods(Count = 1)] |
| |
| 5340 | public static extern void CSharp_delete_AkExternalSourceInfo(IntPtr jarg1); |
| |
| 5341 | |
| |
| 5342 | [PreserveSig] |
| |
| 5343 | [CallerCount(Count = 0)] |
| |
| 5344 | [CallsUnknownMethods(Count = 1)] |
| |
| 5345 | public static extern IntPtr CSharp_new_AkExternalSourceInfo__SWIG_1(IntPtr jarg1, uint jarg2, uint jarg3, uint jarg4); |
| |
| 5346 | |
| |
| 5347 | [PreserveSig] |
| |
| 5348 | [CallerCount(Count = 0)] |
| |
| 5349 | [CallsUnknownMethods(Count = 1)] |
| |
| 5350 | public static extern IntPtr CSharp_new_AkExternalSourceInfo__SWIG_2(string jarg1, uint jarg2, uint jarg3); |
| |
| 5351 | |
| |
| 5352 | [PreserveSig] |
| |
| 5353 | [CallerCount(Count = 0)] |
| |
| 5354 | [CallsUnknownMethods(Count = 1)] |
| |
| 5355 | public static extern IntPtr CSharp_new_AkExternalSourceInfo__SWIG_3(uint jarg1, uint jarg2, uint jarg3); |
| |
| 5356 | |
| |
| 5357 | [PreserveSig] |
| |
| 5358 | [CalledBy(Type = typeof(AkExternalSourceInfo), Member = "Clear")] |
| |
| 5359 | [CalledBy(Type = typeof(AkExternalSourceInfoArray), Member = "DefaultConstructAtIntPtr")] |
| |
| 5360 | [CallerCount(Count = 2)] |
| |
| 5361 | [CallsUnknownMethods(Count = 1)] |
| |
| 5362 | public static extern void CSharp_AkExternalSourceInfo_Clear(IntPtr jarg1); |
| |
| 5363 | |
| |
| 5364 | [PreserveSig] |
| |
| 5365 | [CalledBy(Type = typeof(AkExternalSourceInfo), Member = "Clone")] |
| |
| 5366 | [CalledBy(Type = typeof(AkExternalSourceInfoArray), Member = "CloneIntoReferenceFromIntPtr")] |
| |
| 5367 | [CallerCount(Count = 2)] |
| |
| 5368 | [CallsUnknownMethods(Count = 1)] |
| |
| 5369 | public static extern void CSharp_AkExternalSourceInfo_Clone(IntPtr jarg1, IntPtr jarg2); |
| |
| 5370 | |
| |
| 5371 | [PreserveSig] |
| |
| 5372 | [CalledBy(Type = typeof(AkExternalSourceInfo), Member = "GetSizeOf")] |
| |
| 5373 | [CalledBy(Type = typeof(AkExternalSourceInfoArray), Member = "get_StructureSize")] |
| |
| 5374 | [CallerCount(Count = 2)] |
| |
| 5375 | [CallsUnknownMethods(Count = 1)] |
| |
| 5376 | public static extern int CSharp_AkExternalSourceInfo_GetSizeOf(); |
| |
| 5377 | |
| |
| 5378 | [PreserveSig] |
| |
| 5379 | [CallerCount(Count = 0)] |
| |
| 5380 | [CallsUnknownMethods(Count = 1)] |
| |
| 5381 | public static extern void CSharp_AkExternalSourceInfo_iExternalSrcCookie_set(IntPtr jarg1, uint jarg2); |
| |
| 5382 | |
| |
| 5383 | [PreserveSig] |
| |
| 5384 | [CallerCount(Count = 0)] |
| |
| 5385 | [CallsUnknownMethods(Count = 1)] |
| |
| 5386 | public static extern uint CSharp_AkExternalSourceInfo_iExternalSrcCookie_get(IntPtr jarg1); |
| |
| 5387 | |
| |
| 5388 | [PreserveSig] |
| |
| 5389 | [CallerCount(Count = 0)] |
| |
| 5390 | [CallsUnknownMethods(Count = 1)] |
| |
| 5391 | public static extern void CSharp_AkExternalSourceInfo_idCodec_set(IntPtr jarg1, uint jarg2); |
| |
| 5392 | |
| |
| 5393 | [PreserveSig] |
| |
| 5394 | [CallerCount(Count = 0)] |
| |
| 5395 | [CallsUnknownMethods(Count = 1)] |
| |
| 5396 | public static extern uint CSharp_AkExternalSourceInfo_idCodec_get(IntPtr jarg1); |
| |
| 5397 | |
| |
| 5398 | [PreserveSig] |
| |
| 5399 | [CalledBy(Type = typeof(AkExternalSourceInfo), Member = "set_szFile")] |
| |
| 5400 | [CallerCount(Count = 1)] |
| |
| 5401 | [CallsUnknownMethods(Count = 1)] |
| |
| 5402 | public static extern void CSharp_AkExternalSourceInfo_szFile_set(IntPtr jarg1, string jarg2); |
| |
| 5403 | |
| |
| 5404 | [PreserveSig] |
| |
| 5405 | [CallerCount(Count = 0)] |
| |
| 5406 | [CallsUnknownMethods(Count = 1)] |
| |
| 5407 | public static extern IntPtr CSharp_AkExternalSourceInfo_szFile_get(IntPtr jarg1); |
| |
| 5408 | |
| |
| 5409 | [PreserveSig] |
| |
| 5410 | [CallerCount(Count = 0)] |
| |
| 5411 | [CallsUnknownMethods(Count = 1)] |
| |
| 5412 | public static extern void CSharp_AkExternalSourceInfo_pInMemory_set(IntPtr jarg1, IntPtr jarg2); |
| |
| 5413 | |
| |
| 5414 | [PreserveSig] |
| |
| 5415 | [CallerCount(Count = 0)] |
| |
| 5416 | [CallsUnknownMethods(Count = 1)] |
| |
| 5417 | public static extern IntPtr CSharp_AkExternalSourceInfo_pInMemory_get(IntPtr jarg1); |
| |
| 5418 | |
| |
| 5419 | [PreserveSig] |
| |
| 5420 | [CallerCount(Count = 0)] |
| |
| 5421 | [CallsUnknownMethods(Count = 1)] |
| |
| 5422 | public static extern void CSharp_AkExternalSourceInfo_uiMemorySize_set(IntPtr jarg1, uint jarg2); |
| |
| 5423 | |
| |
| 5424 | [PreserveSig] |
| |
| 5425 | [CallerCount(Count = 0)] |
| |
| 5426 | [CallsUnknownMethods(Count = 1)] |
| |
| 5427 | public static extern uint CSharp_AkExternalSourceInfo_uiMemorySize_get(IntPtr jarg1); |
| |
| 5428 | |
| |
| 5429 | [PreserveSig] |
| |
| 5430 | [CallerCount(Count = 0)] |
| |
| 5431 | [CallsUnknownMethods(Count = 1)] |
| |
| 5432 | public static extern void CSharp_AkExternalSourceInfo_idFile_set(IntPtr jarg1, uint jarg2); |
| |
| 5433 | |
| |
| 5434 | [PreserveSig] |
| |
| 5435 | [CallerCount(Count = 0)] |
| |
| 5436 | [CallsUnknownMethods(Count = 1)] |
| |
| 5437 | public static extern uint CSharp_AkExternalSourceInfo_idFile_get(IntPtr jarg1); |
| |
| 5438 | |
| |
| 5439 | [PreserveSig] |
| |
| 5440 | [CallerCount(Count = 0)] |
| |
| 5441 | [CallsUnknownMethods(Count = 1)] |
| |
| 5442 | public static extern int CSharp_Init(IntPtr jarg1); |
| |
| 5443 | |
| |
| 5444 | [PreserveSig] |
| |
| 5445 | [CallerCount(Count = 0)] |
| |
| 5446 | [CallsUnknownMethods(Count = 1)] |
| |
| 5447 | public static extern int CSharp_InitSpatialAudio(IntPtr jarg1); |
| |
| 5448 | |
| |
| 5449 | [PreserveSig] |
| |
| 5450 | [CallerCount(Count = 0)] |
| |
| 5451 | [CallsUnknownMethods(Count = 1)] |
| |
| 5452 | public static extern int CSharp_InitCommunication(IntPtr jarg1); |
| |
| 5453 | |
| |
| 5454 | [PreserveSig] |
| |
| 5455 | [CallerCount(Count = 0)] |
| |
| 5456 | [CallsUnknownMethods(Count = 1)] |
| |
| 5457 | public static extern void CSharp_Term(); |
| |
| 5458 | |
| |
| 5459 | [PreserveSig] |
| |
| 5460 | [CalledBy(Type = typeof(AkSoundEngine), Member = "RegisterGameObjInternal")] |
| |
| 5461 | [CalledBy(Type = typeof(AkSoundEngine), Member = "RegisterGameObj")] |
| |
| 5462 | [CallerCount(Count = 2)] |
| |
| 5463 | [CallsUnknownMethods(Count = 1)] |
| |
| 5464 | public static extern int CSharp_RegisterGameObjInternal(ulong jarg1); |
| |
| 5465 | |
| |
| 5466 | [PreserveSig] |
| |
| 5467 | [CalledBy(Type = typeof(AkSoundEngine), Member = "UnregisterGameObjInternal")] |
| |
| 5468 | [CalledBy(Type = typeof(AkSoundEngine), Member = "UnregisterGameObj")] |
| |
| 5469 | [CallerCount(Count = 2)] |
| |
| 5470 | [CallsUnknownMethods(Count = 1)] |
| |
| 5471 | public static extern int CSharp_UnregisterGameObjInternal(ulong jarg1); |
| |
| 5472 | |
| |
| 5473 | [PreserveSig] |
| |
| 5474 | [CalledBy(Type = typeof(AkSoundEngine), Member = "RegisterGameObjInternal_WithName")] |
| |
| 5475 | [CalledBy(Type = typeof(AkSoundEngine), Member = "RegisterGameObj")] |
| |
| 5476 | [CallerCount(Count = 2)] |
| |
| 5477 | [CallsUnknownMethods(Count = 1)] |
| |
| 5478 | public static extern int CSharp_RegisterGameObjInternal_WithName(ulong jarg1, string jarg2); |
| |
| 5479 | |
| |
| 5480 | [PreserveSig] |
| |
| 5481 | [CallerCount(Count = 0)] |
| |
| 5482 | [CallsUnknownMethods(Count = 1)] |
| |
| 5483 | public static extern int CSharp_SetBasePath(string jarg1); |
| |
| 5484 | |
| |
| 5485 | [PreserveSig] |
| |
| 5486 | [CallerCount(Count = 0)] |
| |
| 5487 | [CallsUnknownMethods(Count = 1)] |
| |
| 5488 | public static extern int CSharp_SetCurrentLanguage(string jarg1); |
| |
| 5489 | |
| |
| 5490 | [PreserveSig] |
| |
| 5491 | [CallerCount(Count = 0)] |
| |
| 5492 | [CallsUnknownMethods(Count = 1)] |
| |
| 5493 | public static extern int CSharp_LoadFilePackage(string jarg1, out uint jarg2, int jarg3); |
| |
| 5494 | |
| |
| 5495 | [PreserveSig] |
| |
| 5496 | [CallerCount(Count = 0)] |
| |
| 5497 | [CallsUnknownMethods(Count = 1)] |
| |
| 5498 | public static extern int CSharp_AddBasePath(string jarg1); |
| |
| 5499 | |
| |
| 5500 | [PreserveSig] |
| |
| 5501 | [CallerCount(Count = 0)] |
| |
| 5502 | [CallsUnknownMethods(Count = 1)] |
| |
| 5503 | public static extern int CSharp_SetGameName(string jarg1); |
| |
| 5504 | |
| |
| 5505 | [PreserveSig] |
| |
| 5506 | [CallerCount(Count = 0)] |
| |
| 5507 | [CallsUnknownMethods(Count = 1)] |
| |
| 5508 | public static extern int CSharp_SetDecodedBankPath(string jarg1); |
| |
| 5509 | |
| |
| 5510 | [PreserveSig] |
| |
| 5511 | [CallerCount(Count = 0)] |
| |
| 5512 | [CallsUnknownMethods(Count = 1)] |
| |
| 5513 | public static extern int CSharp_LoadAndDecodeBank(string jarg1, bool jarg2, out uint jarg3); |
| |
| 5514 | |
| |
| 5515 | [PreserveSig] |
| |
| 5516 | [CallerCount(Count = 0)] |
| |
| 5517 | [CallsUnknownMethods(Count = 1)] |
| |
| 5518 | public static extern int CSharp_LoadAndDecodeBankFromMemory(IntPtr jarg1, uint jarg2, bool jarg3, string jarg4, bool jarg5, out uint jarg6); |
| |
| 5519 | |
| |
| 5520 | [PreserveSig] |
| |
| 5521 | [CallerCount(Count = 0)] |
| |
| 5522 | [CallsUnknownMethods(Count = 1)] |
| |
| 5523 | public static extern IntPtr CSharp_GetCurrentLanguage(); |
| |
| 5524 | |
| |
| 5525 | [PreserveSig] |
| |
| 5526 | [CallerCount(Count = 0)] |
| |
| 5527 | [CallsUnknownMethods(Count = 1)] |
| |
| 5528 | public static extern int CSharp_UnloadFilePackage(uint jarg1); |
| |
| 5529 | |
| |
| 5530 | [PreserveSig] |
| |
| 5531 | [CallerCount(Count = 0)] |
| |
| 5532 | [CallsUnknownMethods(Count = 1)] |
| |
| 5533 | public static extern int CSharp_UnloadAllFilePackages(); |
| |
| 5534 | |
| |
| 5535 | [PreserveSig] |
| |
| 5536 | [CalledBy(Type = typeof(AkSoundEngine), Member = "SetObjectPosition")] |
| |
| 5537 | [CalledBy(Type = typeof(AkSoundEngine), Member = "SetObjectPosition")] |
| |
| 5538 | [CalledBy(Type = typeof(AkSoundEngine), Member = "SetObjectPosition")] |
| |
| 5539 | [CallerCount(Count = 3)] |
| |
| 5540 | [CallsUnknownMethods(Count = 1)] |
| |
| 5541 | public static extern int CSharp_SetObjectPosition(ulong jarg1, float jarg2, float jarg3, float jarg4, float jarg5, float jarg6, float jarg7, float jarg8, float jarg9, float jarg10); |
| |
| 5542 | |
| |
| 5543 | [PreserveSig] |
| |
| 5544 | [CalledBy(Type = typeof(AkSoundEngine), Member = "GetSourceMultiplePlayPositions")] |
| |
| 5545 | [CallerCount(Count = 1)] |
| |
| 5546 | [CallsDeduplicatedMethods(Count = 7)] |
| |
| 5547 | [CallsUnknownMethods(Count = 4)] |
| |
| 5548 | public static extern int CSharp_GetSourceMultiplePlayPositions(uint jarg1, [Out] uint[] jarg2, [Out] uint[] jarg3, [Out] int[] jarg4, ref uint jarg5, bool jarg6); |
| |
| 5549 | |
| |
| 5550 | [PreserveSig] |
| |
| 5551 | [CallerCount(Count = 0)] |
| |
| 5552 | [CallsUnknownMethods(Count = 1)] |
| |
| 5553 | public static extern int CSharp_SetListeners(ulong jarg1, ulong[] jarg2, uint jarg3); |
| |
| 5554 | |
| |
| 5555 | [PreserveSig] |
| |
| 5556 | [CallerCount(Count = 0)] |
| |
| 5557 | [CallsUnknownMethods(Count = 1)] |
| |
| 5558 | public static extern int CSharp_SetDefaultListeners(ulong[] jarg1, uint jarg2); |
| |
| 5559 | |
| |
| 5560 | [PreserveSig] |
| |
| 5561 | [CallerCount(Count = 0)] |
| |
| 5562 | [CallsUnknownMethods(Count = 1)] |
| |
| 5563 | public static extern int CSharp_AddOutput(IntPtr jarg1, out ulong jarg2, ulong[] jarg3, uint jarg4); |
| |
| 5564 | |
| |
| 5565 | [PreserveSig] |
| |
| 5566 | [CallerCount(Count = 0)] |
| |
| 5567 | [CallsUnknownMethods(Count = 1)] |
| |
| 5568 | public static extern void CSharp_GetDefaultStreamSettings(IntPtr jarg1); |
| |
| 5569 | |
| |
| 5570 | [PreserveSig] |
| |
| 5571 | [CallerCount(Count = 0)] |
| |
| 5572 | [CallsUnknownMethods(Count = 1)] |
| |
| 5573 | public static extern void CSharp_GetDefaultDeviceSettings(IntPtr jarg1); |
| |
| 5574 | |
| |
| 5575 | [PreserveSig] |
| |
| 5576 | [CallerCount(Count = 0)] |
| |
| 5577 | [CallsUnknownMethods(Count = 1)] |
| |
| 5578 | public static extern void CSharp_GetDefaultMusicSettings(IntPtr jarg1); |
| |
| 5579 | |
| |
| 5580 | [PreserveSig] |
| |
| 5581 | [CallerCount(Count = 0)] |
| |
| 5582 | [CallsUnknownMethods(Count = 1)] |
| |
| 5583 | public static extern void CSharp_GetDefaultInitSettings(IntPtr jarg1); |
| |
| 5584 | |
| |
| 5585 | [PreserveSig] |
| |
| 5586 | [CallerCount(Count = 0)] |
| |
| 5587 | [CallsUnknownMethods(Count = 1)] |
| |
| 5588 | public static extern void CSharp_GetDefaultPlatformInitSettings(IntPtr jarg1); |
| |
| 5589 | |
| |
| 5590 | [PreserveSig] |
| |
| 5591 | [CallerCount(Count = 0)] |
| |
| 5592 | [CallsUnknownMethods(Count = 1)] |
| |
| 5593 | public static extern uint CSharp_GetMajorMinorVersion(); |
| |
| 5594 | |
| |
| 5595 | [PreserveSig] |
| |
| 5596 | [CallerCount(Count = 0)] |
| |
| 5597 | [CallsUnknownMethods(Count = 1)] |
| |
| 5598 | public static extern uint CSharp_GetSubminorBuildVersion(); |
| |
| 5599 | |
| |
| 5600 | [PreserveSig] |
| |
| 5601 | [CallerCount(Count = 0)] |
| |
| 5602 | [CallsUnknownMethods(Count = 1)] |
| |
| 5603 | public static extern uint CSharp_GetDeviceIDFromName(string jarg1); |
| |
| 5604 | |
| |
| 5605 | [PreserveSig] |
| |
| 5606 | [CallerCount(Count = 0)] |
| |
| 5607 | [CallsUnknownMethods(Count = 1)] |
| |
| 5608 | public static extern IntPtr CSharp_GetWindowsDeviceName(int jarg1, out uint jarg2); |
| |
| 5609 | |
| |
| 5610 | [PreserveSig] |
| |
| 5611 | [CallerCount(Count = 0)] |
| |
| 5612 | [CallsUnknownMethods(Count = 1)] |
| |
| 5613 | public static extern int CSharp_QueryIndirectPaths(ulong jarg1, IntPtr jarg2, IntPtr jarg3, uint jarg4); |
| |
| 5614 | |
| |
| 5615 | [PreserveSig] |
| |
| 5616 | [CallerCount(Count = 0)] |
| |
| 5617 | [CallsUnknownMethods(Count = 1)] |
| |
| 5618 | public static extern int CSharp_QuerySoundPropagationPaths(ulong jarg1, IntPtr jarg2, IntPtr jarg3, uint jarg4); |
| |
| 5619 | |
| |
| 5620 | [PreserveSig] |
| |
| 5621 | [CallerCount(Count = 0)] |
| |
| 5622 | [CallsUnknownMethods(Count = 1)] |
| |
| 5623 | public static extern int CSharp_QueryDiffractionPaths(ulong jarg1, IntPtr jarg2, IntPtr jarg3, uint jarg4); |
| |
| 5624 | |
| |
| 5625 | [PreserveSig] |
| |
| 5626 | [CallerCount(Count = 0)] |
| |
| 5627 | [CallsUnknownMethods(Count = 1)] |
| |
| 5628 | public static extern int CSharp_SetRoomPortal(ulong jarg1, IntPtr jarg2, IntPtr jarg3, bool jarg4, ulong jarg5, ulong jarg6); |
| |
| 5629 | |
| |
| 5630 | [PreserveSig] |
| |
| 5631 | [CallerCount(Count = 0)] |
| |
| 5632 | [CallsDeduplicatedMethods(Count = 3)] |
| |
| 5633 | [CallsUnknownMethods(Count = 4)] |
| |
| 5634 | public static extern int CSharp_SetRoom(ulong jarg1, IntPtr jarg2, string jarg3); |
| |
| 5635 | |
| |
| 5636 | [PreserveSig] |
| |
| 5637 | [CallerCount(Count = 0)] |
| |
| 5638 | [CallsUnknownMethods(Count = 1)] |
| |
| 5639 | public static extern int CSharp_RegisterSpatialAudioListener(ulong jarg1); |
| |
| 5640 | |
| |
| 5641 | [PreserveSig] |
| |
| 5642 | [CallerCount(Count = 0)] |
| |
| 5643 | [CallsUnknownMethods(Count = 1)] |
| |
| 5644 | public static extern int CSharp_UnregisterSpatialAudioListener(ulong jarg1); |
| |
| 5645 | |
| |
| 5646 | [PreserveSig] |
| |
| 5647 | [CallerCount(Count = 0)] |
| |
| 5648 | [CallsUnknownMethods(Count = 1)] |
| |
| 5649 | public static extern int CSharp_SetGeometry(ulong jarg1, IntPtr jarg2, uint jarg3, IntPtr jarg4, uint jarg5, IntPtr jarg6, uint jarg7, bool jarg8, bool jarg9); |
| |
| 5650 | |
| |
| 5651 | [PreserveSig] |
| |
| 5652 | [CalledBy(Type = typeof(AkPlaylist), Member = ".ctor")] |
| |
| 5653 | [CalledBy(Type = typeof(AkPlaylist), Member = "setCPtr")] |
| |
| 5654 | [CallerCount(Count = 2)] |
| |
| 5655 | [CallsUnknownMethods(Count = 1)] |
| |
| 5656 | public static extern IntPtr CSharp_AkPlaylist_SWIGUpcast(IntPtr jarg1); |
| |
| 5657 | |
| |
| 5658 | [PreserveSig] |
| |
| 5659 | [CalledBy(Type = typeof(AkMIDIPost), Member = ".ctor")] |
| |
| 5660 | [CalledBy(Type = typeof(AkMIDIPost), Member = "setCPtr")] |
| |
| 5661 | [CallerCount(Count = 2)] |
| |
| 5662 | [CallsUnknownMethods(Count = 1)] |
| |
| 5663 | public static extern IntPtr CSharp_AkMIDIPost_SWIGUpcast(IntPtr jarg1); |
| |
| 5664 | |
| |
| 5665 | [PreserveSig] |
| |
| 5666 | [CalledBy(Type = typeof(AkEventCallbackInfo), Member = ".ctor")] |
| |
| 5667 | [CalledBy(Type = typeof(AkEventCallbackInfo), Member = "setCPtr")] |
| |
| 5668 | [CallerCount(Count = 2)] |
| |
| 5669 | [CallsUnknownMethods(Count = 1)] |
| |
| 5670 | public static extern IntPtr CSharp_AkEventCallbackInfo_SWIGUpcast(IntPtr jarg1); |
| |
| 5671 | |
| |
| 5672 | [PreserveSig] |
| |
| 5673 | [CalledBy(Type = typeof(AkMIDIEventCallbackInfo), Member = ".ctor")] |
| |
| 5674 | [CalledBy(Type = typeof(AkMIDIEventCallbackInfo), Member = "setCPtr")] |
| |
| 5675 | [CallerCount(Count = 2)] |
| |
| 5676 | [CallsUnknownMethods(Count = 1)] |
| |
| 5677 | public static extern IntPtr CSharp_AkMIDIEventCallbackInfo_SWIGUpcast(IntPtr jarg1); |
| |
| 5678 | |
| |
| 5679 | [PreserveSig] |
| |
| 5680 | [CalledBy(Type = typeof(AkMarkerCallbackInfo), Member = ".ctor")] |
| |
| 5681 | [CalledBy(Type = typeof(AkMarkerCallbackInfo), Member = "setCPtr")] |
| |
| 5682 | [CallerCount(Count = 2)] |
| |
| 5683 | [CallsUnknownMethods(Count = 1)] |
| |
| 5684 | public static extern IntPtr CSharp_AkMarkerCallbackInfo_SWIGUpcast(IntPtr jarg1); |
| |
| 5685 | |
| |
| 5686 | [PreserveSig] |
| |
| 5687 | [CalledBy(Type = typeof(AkDurationCallbackInfo), Member = ".ctor")] |
| |
| 5688 | [CalledBy(Type = typeof(AkDurationCallbackInfo), Member = "setCPtr")] |
| |
| 5689 | [CallerCount(Count = 2)] |
| |
| 5690 | [CallsUnknownMethods(Count = 1)] |
| |
| 5691 | public static extern IntPtr CSharp_AkDurationCallbackInfo_SWIGUpcast(IntPtr jarg1); |
| |
| 5692 | |
| |
| 5693 | [PreserveSig] |
| |
| 5694 | [CalledBy(Type = typeof(AkDynamicSequenceItemCallbackInfo), Member = ".ctor")] |
| |
| 5695 | [CalledBy(Type = typeof(AkDynamicSequenceItemCallbackInfo), Member = "setCPtr")] |
| |
| 5696 | [CallerCount(Count = 2)] |
| |
| 5697 | [CallsUnknownMethods(Count = 1)] |
| |
| 5698 | public static extern IntPtr CSharp_AkDynamicSequenceItemCallbackInfo_SWIGUpcast(IntPtr jarg1); |
| |
| 5699 | |
| |
| 5700 | [PreserveSig] |
| |
| 5701 | [CalledBy(Type = typeof(AkMusicSyncCallbackInfo), Member = ".ctor")] |
| |
| 5702 | [CalledBy(Type = typeof(AkMusicSyncCallbackInfo), Member = "setCPtr")] |
| |
| 5703 | [CallerCount(Count = 2)] |
| |
| 5704 | [CallsUnknownMethods(Count = 1)] |
| |
| 5705 | public static extern IntPtr CSharp_AkMusicSyncCallbackInfo_SWIGUpcast(IntPtr jarg1); |
| |
| 5706 | |
| |
| 5707 | [PreserveSig] |
| |
| 5708 | [CalledBy(Type = typeof(AkMusicPlaylistCallbackInfo), Member = ".ctor")] |
| |
| 5709 | [CalledBy(Type = typeof(AkMusicPlaylistCallbackInfo), Member = "setCPtr")] |
| |
| 5710 | [CallerCount(Count = 2)] |
| |
| 5711 | [CallsUnknownMethods(Count = 1)] |
| |
| 5712 | public static extern IntPtr CSharp_AkMusicPlaylistCallbackInfo_SWIGUpcast(IntPtr jarg1); |
| |
| 5713 | |
| |
| 5714 | [DeduplicatedMethod] |
| |
| 5715 | [CallerCount(Count = 7)] |
| |
| 5716 | public AkSoundEnginePINVOKE() |
| |
| 5717 | { |
| |
| 5718 | } |
| |
| 5719 | } |
| |
| | | |
| |
| |